Greatly reduce top and bottom margins.

master
Ethan Dalool 2020-03-26 18:03:51 -07:00
parent 0cb64d0ca3
commit ccd9d88ed2
1 changed files with 2 additions and 2 deletions

View File

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