Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 736406e

Browse files
committed
(docs): Fixing a font stylin issue for the headers on the docs with longer headers.
1 parent cca46ed commit 736406e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,14 @@ article > header {
288288
.markdown h1:first-child {
289289
font-size: 32px;
290290
font-weight: 600;
291-
line-height: 1.25rem;
291+
line-height: 1.25;
292292
margin-top: 1rem;
293293
}
294294

295295
.markdown > h2 {
296296
font-size: 18px;
297297
font-weight: 600;
298-
line-height: 1.25rem;
298+
line-height: 1.25;
299299
}
300300

301301
.markdown > pre,

0 commit comments

Comments
 (0)