diff --git a/theme/static/style.css b/theme/static/style.css index 8288480..40ffe86 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -131,10 +131,8 @@ body { /* Layout */ - max-width: 70rem; min-height: 100vh; - padding: 0 20px 0 20px; - margin: auto; + margin: 0 20px 0 20px; display: flex; flex-direction:column; @@ -171,7 +169,7 @@ header { padding: 20px; /* Font */ font-weight: bold; - margin-top: 10px; + margin-top: 20px; /* Border */ /* border-bottom: 2px solid var(--on-background); */ } @@ -236,8 +234,9 @@ main { flex-grow: 1; flex-shrink: 0; flex-basis: auto; - margin-left:1em; - margin-right:1em; + margin-left:auto; + margin-right:auto; + max-width:70rem; } h1, h2, h3 {