Fix minimum margin, don't set top and bottom to 0.

This commit is contained in:
tastytea 2019-11-26 03:18:12 +01:00
parent 1410a29d4e
commit 157368f24f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ body
/* Minimum margin for small screens. */
body>*
{
margin: 0 5px;
margin-left: 5px;
margin-right: 5px;
}
.header