Skip to content

Commit ad6c696

Browse files
authored
Fix size of hero heading in some cases
Closes GH-2481.
1 parent 9b47664 commit ad6c696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ždocs/_asset/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ details[open] {
12131213

12141214
@media (min-width: 76em) {
12151215
#markdown-for-thecomponent-era {
1216-
font-size: 6rem;
1216+
font-size: 5.9rem;
12171217
line-height: calc(1em + (1 / 6 * 1ex));
12181218
margin-block: calc(1 / 6 * (1em + 1ex));
12191219
}

0 commit comments

Comments
 (0)