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

This commit is contained in:
Linus Flood
2024-10-07 09:17:04 +02:00
committed by Pontus Dreij
parent 79442d80b8
commit ba5410bb97
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 {