Fix minimum margin, don't set top and bottom to 0.
This commit is contained in:
parent
1410a29d4e
commit
157368f24f
|
@ -12,7 +12,8 @@ body
|
|||
/* Minimum margin for small screens. */
|
||||
body>*
|
||||
{
|
||||
margin: 0 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.header
|
||||
|
|
Reference in New Issue
Block a user