Skip to content
Permalink
Browse files
Place the document heading above the html element's comment. (#639)
  • Loading branch information
JohnAlbin authored and Jonathan Neal committed Nov 18, 2016
1 parent 4559de0 commit 1da0911dfb7f4205e938f17952ddd826f7e79931
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,15 +1,15 @@
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
* IE on Windows Phone and in iOS.
*/

/* Document
========================================================================== */

html {
font-family: sans-serif; /* 1 */
line-height: 1.15; /* 2 */

0 comments on commit 1da0911

Please sign in to comment.