Reset body margin.

master
Jonathan Garbee 2015-06-01 12:47:41 -04:00
parent fd56adac2c
commit dbc7fdf22c
1 changed files with 7 additions and 0 deletions

View File

@ -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