Skip to content

Commit

Permalink
design: bottom margin for list
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Dec 5, 2024
1 parent 09ac497 commit 2b7db18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/prose.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@

.content ol {
list-style: decimal inside;
margin-bottom: 1.5rem;
}

.content ul {
list-style: "- " inside;
margin-bottom: 1.5rem;
}

.content li > ol {
Expand Down

0 comments on commit 2b7db18

Please sign in to comment.