💄 style: consistent margins above and below content

Moves margin from footer to content.
main
welpo 2 years ago
parent 69d4985fc5
commit c7d50c6399
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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;
} }

@ -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 {

Loading…
Cancel
Save