Remove unnecessary margin-top from #left elements.

margin-bottom is enough to keep the space between elements,
margin-top was just adding an ugly distance from the header.
master
voussoir 2019-01-01 17:21:44 -08:00
parent 760ddfc6b0
commit c8f7239e19
2 changed files with 0 additions and 2 deletions

View File

@ -16,7 +16,6 @@ h2, h3
#left > *
{
background-color: var(--color_site_transparency);
margin-top: 30px;
margin-bottom: 30px;
padding: 8px;
border-radius: 5px;

View File

@ -33,7 +33,6 @@ h2, h3
#left > *
{
background-color: var(--color_site_transparency);
margin-top: 30px;
margin-bottom: 30px;
padding: 8px;
border-radius: 5px;