Reset body margin.
parent
fd56adac2c
commit
dbc7fdf22c
|
@ -17,6 +17,13 @@
|
|||
@import "../resets/h5bp";
|
||||
@import "../resets/mobile";
|
||||
|
||||
/*
|
||||
* Remove body margin so layout containers don't cause extra overflow.
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Main display reset for IE support.
|
||||
* Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
|
||||
|
|
Loading…
Reference in New Issue