Skip to content

Commit ebb95f3

Browse files
authored
Consistent style for h1 in article, aside, nav, section
See whatwg/html#7867
1 parent 3dc89fa commit ebb95f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/index.css

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
text-wrap: balance;
8989
}
9090

91+
:where(h1) {
92+
font-size: 2em;
93+
}
94+
9195
:where(hr) {
9296
border: none;
9397
border-block-start: 1px solid;

0 commit comments

Comments
 (0)