Skip to content

Commit 43f3450

Browse files
authored
Consistent style for h1 in article, aside, nav, section
See whatwg/html#7867
1 parent 7092c60 commit 43f3450

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ress.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ html {
3434
# General elements
3535
# ================================================================= */
3636

37+
h1 {
38+
font-size: 2em; /* Consistent style for h1 in article, aside, nav, section */
39+
}
40+
3741
hr {
3842
overflow: visible; /* Show the overflow in Edge and IE */
3943
height: 0; /* Add the correct box sizing in Firefox */

0 commit comments

Comments
 (0)