Add top margins for certain elements to CSS.

Needed because I removed the margins from p elements.
This commit is contained in:
tastytea 2020-12-27 17:18:00 +01:00
parent 75e117ac5e
commit 7df95158fa
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,8 @@
margin: 0 auto;
text-align: justify;
}
.content, .listingblock
{
margin-top: 1em;
}