Increased content width & define css vars from scss

This commit is contained in:
2023-07-09 22:01:35 +02:00
parent 0f123651fb
commit 04478c49ce
2 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@
display: flex;
flex-direction: column;
width: 100%;
max-width: 864px;
max-width: 1064px;
min-height: 100vh;
margin: 0 auto;
padding: var(--spacing-unit);