diff --git a/lam/style/responsive/105_normalize.css b/lam/style/responsive/105_normalize.css index e624df56..192eb9ce 100644 --- a/lam/style/responsive/105_normalize.css +++ b/lam/style/responsive/105_normalize.css @@ -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. @@ -56,7 +64,6 @@ hr { pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ - margin: 0em; } /* Text-level semantics