Skip to content
Permalink
Browse files
Render the main element correctly in IE
Close #730
  • Loading branch information
Thomas Deinhamer authored and necolas committed Nov 5, 2018
1 parent b6cc0ce commit df07c00a92c683e591b68bcc45075ff7253b7482
Showing 1 changed file with 8 additions and 0 deletions.
@@ -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.

0 comments on commit df07c00

Please sign in to comment.