Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
junian committed Apr 30, 2024
1 parent 01ec045 commit 5c6b01c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/utils/constants/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ${PREVIEW_SELECTOR} h1 {
${PREVIEW_SELECTOR} h2,
${PREVIEW_SELECTOR} h3 {
margin-bottom: 0.25em;
margin-top: 0.75em;
margin-top: 1.0em;
font-size: 1.2em;
}
Expand All @@ -168,7 +168,7 @@ ${PREVIEW_SELECTOR} h2 {
${PREVIEW_SELECTOR} ul,
${PREVIEW_SELECTOR} ol {
padding-left: 1.5em;
margin: 0.2em 0 0.5em 0;
margin: 0.2em 0 1.0em 0;
}
${PREVIEW_SELECTOR} ul {
Expand Down

0 comments on commit 5c6b01c

Please sign in to comment.