Skip to content

Commit ceef420

Browse files
jeremenichelliJonathan Neal
authored andcommitted
Add rule for all headings lh (#596)
1 parent 02af1fd commit ceef420

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

normalize.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,20 @@ h1 {
154154
margin: 0.67em 0;
155155
}
156156

157+
/**
158+
* Correct the line-height for all headings in Chrome mobile, Firefox,
159+
* iOS Safari, Microsoft Edge and IE.
160+
*/
161+
162+
h1,
163+
h2,
164+
h3,
165+
h4,
166+
h5,
167+
h6 {
168+
line-height: 1.15;
169+
}
170+
157171
/**
158172
* Add the correct background and color in IE 9-.
159173
*/

0 commit comments

Comments
 (0)