feat: #SW-561 Added max-width to layout again

This commit is contained in:
Linus Flood
2024-10-11 07:23:52 +02:00
parent 2efffbeb28
commit 4d5a9ec82c

View File

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