Skip to content

Commit

Permalink
Render the main element correctly in IE
Browse files Browse the repository at this point in the history
Close #730
  • Loading branch information
Thomas Deinhamer authored and necolas committed Nov 5, 2018
1 parent b6cc0ce commit df07c00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions normalize.css
Expand Up @@ -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.
Expand Down

0 comments on commit df07c00

Please sign in to comment.