Skip to content

Commit ff44481

Browse files
committed
Some more air in the style
1 parent a8322ac commit ff44481

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

assets/site.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,18 @@ article.page h6 {
373373
color: #111;
374374
}
375375

376+
/* Add more space between sections and paragraphs */
377+
section,
378+
article,
379+
.post,
380+
article.page {
381+
margin-bottom: 2.5rem;
382+
}
383+
384+
p {
385+
margin-top: 0;
386+
margin-bottom: 1.2rem;
387+
}
376388
/* Different sizes for hierarchy */
377389
.post h1,
378390
article.page h1 {

0 commit comments

Comments
 (0)