Fixing some margin collapsing bugs

This commit is contained in:
2018-05-05 23:07:57 +10:00
parent 8aff34e2c6
commit 5ef6da0dcd
5 changed files with 7 additions and 3 deletions

View File

@ -6,4 +6,6 @@
* 1.0.0 - 2018/05/03
*/
html {
padding: 0;
margin: 0;
}