Skip to content

Commit 9cd866c

Browse files
committed
Fix Summary Types heading size
1 parent e8e74ee commit 9cd866c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/content/general.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ which we style as h2 and h3. */
8787
}
8888

8989
& h2,
90-
& :is(#summary, #callbacks, #functions) > h1.section-heading {
90+
& :is(#summary, #types, #callbacks, #functions) > h1.section-heading {
9191
font-size: var(--h2-size);
9292
margin-top: 1.5em;
9393
margin-bottom: 0.5em;
9494
}
9595

9696
& h3,
97-
& :is(#summary, #callbacks, #functions) > h2.section-heading,
98-
& #summary :is(.summary-callbacks, .summary-functions) h2 {
97+
& :is(#summary, #types, #callbacks, #functions) > h2.section-heading,
98+
& #summary :is(.summary-types, .summary-callbacks, .summary-functions) h2 {
9999
font-size: var(--h3-size);
100100
margin-top: 1.5em;
101101
margin-bottom: 0.5em;

0 commit comments

Comments
 (0)