Skip to content

Commit

Permalink
[*] Better render style
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Feb 5, 2025
1 parent 0b35b90 commit 4bcadf9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/assets/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@
font-size: var(--n-font-size) !important;
}

.markdown-body p {
margin: var(--base-size-4);
}

.markdown-body ol,
.markdown-body ul {
padding: 1rem !important;
margin: var(--base-size-4);
list-style-position: inside !important;
}

.markdown-body h1,
Expand Down

0 comments on commit 4bcadf9

Please sign in to comment.