Skip to content

Commit

Permalink
Fix h5 and h6 headers (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh authored May 20, 2024
1 parent e959c8b commit bc22b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ body {
}

.doc h5 {
font-size: var(--doc-font-size-h6);
font-size: var(--doc-font-size-h5);
font-weight: 600;
margin-bottom: 0.5rem;
}

.doc h6 {
font-size: var(--doc-font-size-h6);
font-size: var(--doc-font-size-h5);
}

.doc h1 code,
Expand Down

0 comments on commit bc22b48

Please sign in to comment.