💄 style: consistent margins above and below content
Moves margin from footer to content.
This commit is contained in:
parent
69d4985fc5
commit
c7d50c6399
@ -110,6 +110,7 @@ body {
|
||||
max-width: var(--max-layout-width);
|
||||
margin: 0 auto;
|
||||
margin-top: 6vmin;
|
||||
margin-bottom: 6vmin;
|
||||
padding: 0 24px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
footer {
|
||||
margin-top: auto;
|
||||
font-family: var(--post-font-family);
|
||||
padding: 1.4rem;
|
||||
}
|
||||
|
||||
footer section {
|
||||
|
Loading…
x
Reference in New Issue
Block a user