mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Add rule for all headings lh (#596)
This commit is contained in:
parent
02af1fdfaf
commit
ceef420f3a
14
normalize.css
vendored
14
normalize.css
vendored
@ -154,6 +154,20 @@ h1 {
|
||||
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-.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user