diff --git a/sass/_normalize.scss b/sass/_normalize.scss index a7301ab6..1fc00411 100644 --- a/sass/_normalize.scss +++ b/sass/_normalize.scss @@ -1,4 +1,4 @@ -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -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. diff --git a/style-rtl.css b/style-rtl.css index c1d7a0f1..08db84f7 100644 --- a/style-rtl.css +++ b/style-rtl.css @@ -46,7 +46,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ # Normalize --------------------------------------------------------------*/ -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -70,6 +70,13 @@ 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. diff --git a/style.css b/style.css index 330caca3..a655247c 100644 --- a/style.css +++ b/style.css @@ -46,7 +46,7 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ # Normalize --------------------------------------------------------------*/ -/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ +/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ @@ -70,6 +70,13 @@ 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.