feat:sw-561 updated design

This commit is contained in:
Linus Flood
2024-10-11 12:58:46 +02:00
parent 79a01ae699
commit 1408284af8
7 changed files with 26 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
.layout {
background-color: var(--Base-Background-Primary-Normal);
display: grid;
font-family: var(--typography-Body-Regular-fontFamily);
gap: var(--Spacing-x3);
@@ -9,6 +8,10 @@
margin: 0 auto;
}
.container {
background-color: var(--Base-Background-Primary-Normal);
}
.content {
display: grid;
padding-bottom: var(--Spacing-x9);