Skip to content

Commit 9323d0d

Browse files
committed
Correct font-size normalization for h6
1 parent ee61f84 commit 9323d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

normalize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ h5 {
149149
}
150150

151151
h6 {
152-
font-size: 0.75em;
152+
font-size: 0.67em;
153153
margin: 2.33em 0;
154154
}
155155

0 commit comments

Comments
 (0)