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

@@ -1,4 +1,6 @@
.layout {
min-height: 100dvh;
background-color: var(--Base-Background-Primary-Normal);
max-width: var(--max-width);
margin: 0 auto;
}