Skip to content

Commit

Permalink
Update style for paragraph from markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tewson committed Apr 8, 2024
1 parent a0172ad commit a7fa392
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layouts/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
@tailwind utilities;

.markdown {
p {
padding-bottom: 1rem;
}
ul {
list-style: disc;
margin-top: 16px;
padding-left: 40px;
padding-bottom: 1rem;
}
}

0 comments on commit a7fa392

Please sign in to comment.