Skip to content

Commit e202ed0

Browse files
committed
Add some margin to Markdown paragraphs
1 parent bc17bcb commit e202ed0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ div.markdown-content h6 {
100100
div.markdown-content p {
101101
line-height: 1.625;
102102
/* Tailwind 'relaxed' */
103+
margin-top: 1em;
104+
margin-bottom: 1em;
103105
}
104106

105107
div.markdown-content ul {

0 commit comments

Comments
 (0)