Skip to content

Commit

Permalink
Merge pull request #553 from amplication/docs/font-styling-updates
Browse files Browse the repository at this point in the history
Docs: Font Styling Fix
  • Loading branch information
yuval-hazaz authored Dec 13, 2024
2 parents d122f33 + 736406e commit 2a8cd8b
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 2a8cd8b

Please sign in to comment.