💄 style: consistent margins above and below content

Moves margin from footer to content.
This commit is contained in:
welpo 2023-02-22 02:01:37 +01:00
parent 69d4985fc5
commit c7d50c6399
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6
2 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,7 @@ body {
max-width: var(--max-layout-width); max-width: var(--max-layout-width);
margin: 0 auto; margin: 0 auto;
margin-top: 6vmin; margin-top: 6vmin;
margin-bottom: 6vmin;
padding: 0 24px; padding: 0 24px;
word-wrap: break-word; word-wrap: break-word;
} }

View File

@ -1,7 +1,6 @@
footer { footer {
margin-top: auto; margin-top: auto;
font-family: var(--post-font-family); font-family: var(--post-font-family);
padding: 1.4rem;
} }
footer section { footer section {