💄 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);
|
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…
x
Reference in New Issue
Block a user