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

@@ -7,9 +7,8 @@
}
.content {
max-width: 1434px;
margin-left: auto;
margin-right: auto;
max-width: var(--max-width);
margin: 0 auto;
display: flex;
flex-direction: column;
gap: var(--Spacing-x7);