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

Commit 2a8cd8b

Browse files
authored
Merge pull request #553 from amplication/docs/font-styling-updates
Docs: Font Styling Fix
2 parents d122f33 + 736406e commit 2a8cd8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/custom.css

+2-2
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)