Skip to content

Commit

Permalink
site: add spacing between paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jul 11, 2024
1 parent 6981e69 commit cdea767
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ ${CSS}
line-height: 1.75;
font-family: inherit;
}
.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre, .markdown-body details {
margin-bottom: 1lh;
}
.markdown-body .highlight pre, .markdown-body pre {
text-size-adjust: none;
font-size: var(--pre-font-size, 0.75rem);
Expand Down

0 comments on commit cdea767

Please sign in to comment.