feat/sw-561: some design tweaks for container widths

This commit is contained in:
Linus Flood
2024-10-07 09:17:04 +02:00
parent 4103e3fb37
commit ed55f966c7
4 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,8 @@
gap: var(--Spacing-x3);
grid-template-rows: auto 1fr;
min-height: 100dvh;
max-width: var(--max-width);
margin: 0 auto;
}
.content {

View File

@@ -5,4 +5,6 @@
gap: var(--Spacing-x3);
grid-template-rows: auto 1fr;
position: relative;
max-width: var(--max-width);
margin: 0 auto;
}

View File

@@ -1,3 +1,5 @@
.layout {
min-height: 100dvh;
max-width: var(--max-width);
margin: 0 auto;
}