From 639a0ca00924745e4d43d9392d227e869a696bc1 Mon Sep 17 00:00:00 2001 From: bnjmnrsh <65979639+bnjmnrsh@users.noreply.github.com> Date: Tue, 26 May 2020 21:41:13 +0100 Subject: [PATCH] Update _normalise.css to v8.0.1 A minor update 2+ years old --- src/_normalize.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/_normalize.css b/src/_normalize.css index 47b010e..192eb9c 100644 --- a/src/_normalize.css +++ b/src/_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.