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

View File

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