Add rule for all headings lh (#596)

This commit is contained in:
Jeremias Menichelli 2016-06-16 11:04:06 -03:00 committed by Jonathan Neal
parent 02af1fdfaf
commit ceef420f3a

14
normalize.css vendored
View File

@ -154,6 +154,20 @@ h1 {
margin: 0.67em 0; margin: 0.67em 0;
} }
/**
* Correct the line-height for all headings in Chrome mobile, Firefox,
* iOS Safari, Microsoft Edge and IE.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.15;
}
/** /**
* Add the correct background and color in IE 9-. * Add the correct background and color in IE 9-.
*/ */