Skip to content

Commit

Permalink
fix: add bottom margin to unordered lists using prose class
Browse files Browse the repository at this point in the history
  • Loading branch information
johanohly committed Oct 5, 2024
1 parent e337e54 commit 7f1cbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ body {
}

.prose ul {
@apply list-disc pl-6;
@apply list-disc pl-6 mb-4;
}

.prose a {
Expand Down

0 comments on commit 7f1cbde

Please sign in to comment.