Render the main element correctly in IE

Close #730
This commit is contained in:
Thomas Deinhamer 2018-02-15 22:19:26 +01:00 committed by Nicolas Gallagher
parent b6cc0ceb21
commit df07c00a92

View File

@ -24,6 +24,14 @@ body {
margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.