Skip to content

Commit bc22b48

Browse files
Fix h5 and h6 headers (#231)
1 parent e959c8b commit bc22b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/doc.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ body {
5353
}
5454

5555
.doc h5 {
56-
font-size: var(--doc-font-size-h6);
56+
font-size: var(--doc-font-size-h5);
5757
font-weight: 600;
5858
margin-bottom: 0.5rem;
5959
}
6060

6161
.doc h6 {
62-
font-size: var(--doc-font-size-h6);
62+
font-size: var(--doc-font-size-h5);
6363
}
6464

6565
.doc h1 code,

0 commit comments

Comments
 (0)