This commit is contained in:
Roland Gruber 2019-09-28 17:52:44 +02:00
parent b327e72a46
commit e2b92878fa
1 changed files with 9 additions and 2 deletions

View File

@ -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