mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 style: consistent margins above and below content
Moves margin from footer to content.
This commit is contained in:
parent
69d4985fc5
commit
c7d50c6399
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue