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.
This commit is contained in:
parent
760ddfc6b0
commit
c8f7239e19
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ h2, h3
|
||||||
#left > *
|
#left > *
|
||||||
{
|
{
|
||||||
background-color: var(--color_site_transparency);
|
background-color: var(--color_site_transparency);
|
||||||
margin-top: 30px;
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
|
@ -33,7 +33,6 @@ h2, h3
|
||||||
#left > *
|
#left > *
|
||||||
{
|
{
|
||||||
background-color: var(--color_site_transparency);
|
background-color: var(--color_site_transparency);
|
||||||
margin-top: 30px;
|
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
|
Loading…
Reference in a new issue