Skip to content

Commit

Permalink
Fix article heading line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Nov 1, 2022
1 parent eaa65e8 commit 7a8df88
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 47 deletions.
7 changes: 7 additions & 0 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ article.nextra-body-typesetting-article {
article.nextra-body-typesetting-article p {
line-height: 1.75 !important;
}

article.nextra-body-typesetting-article h1,
article.nextra-body-typesetting-article h2,
article.nextra-body-typesetting-article h3,
article.nextra-body-typesetting-article h4 {
line-height: 1.25 !important;
}
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a8df88

Please sign in to comment.