Skip to content

Commit 532df7e

Browse files
authored
Increase title font (#1727)
1 parent 2e647a5 commit 532df7e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

scripts/build-docs.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,20 @@ body,
418418
cursor: default;
419419
list-style: none;
420420
}
421+
.markdown-body > details > summary > h4 {
422+
font-size: 32px;
423+
line-height: 1.25;
424+
}
421425
.markdown-body > details > summary::-webkit-details-marker {
422426
display: none;
423427
}
424428
429+
@media (max-width: 543px) {
430+
.markdown-body > details > summary > h4 {
431+
font-size: 28px;
432+
}
433+
}
434+
425435
.markdown-body a:not(.anchor) {
426436
text-decoration: underline;
427437
text-underline-offset: 0.08em;

0 commit comments

Comments
 (0)