Skip to content

Commit

Permalink
(docs): Fixing a font stylin issue for the headers on the docs with l…
Browse files Browse the repository at this point in the history
…onger headers.
  • Loading branch information
dericksozo committed Dec 9, 2024
1 parent cca46ed commit 736406e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,14 +288,14 @@ article > header {
.markdown h1:first-child {
font-size: 32px;
font-weight: 600;
line-height: 1.25rem;
line-height: 1.25;
margin-top: 1rem;
}

.markdown > h2 {
font-size: 18px;
font-weight: 600;
line-height: 1.25rem;
line-height: 1.25;
}

.markdown > pre,
Expand Down

0 comments on commit 736406e

Please sign in to comment.