More design fixes

This commit is contained in:
Linus Flood
2024-10-14 07:09:04 +02:00
parent a6a1ff1aa0
commit 5075b72a9b
3 changed files with 9 additions and 9 deletions

View File

@@ -3,6 +3,9 @@
padding-left: var(--Spacing-x2);
padding-right: var(--Spacing-x2);
padding-top: var(--Spacing-x2);
max-width: var(--max-width);
margin: 0 auto;
width: 100%;
}
.list {