Greatly reduce top and bottom margins.
This commit is contained in:
parent
0cb64d0ca3
commit
ccd9d88ed2
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ body
|
|||
max-width: 70em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 64px;
|
||||
margin-bottom: 64px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
padding: 16px;
|
||||
box-shadow: #000 0px 0px 40px -10px;
|
||||
background-color: var(--color_bodybg);
|
||||
|
|
Loading…
Reference in a new issue