Skip to content

Commit ed67b2d

Browse files
committed
fix: add base paragraph spacing
1 parent 7bff80d commit ed67b2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

www/assets/core.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ a:hover {
6262
opacity: 0.8;
6363
}
6464

65+
p {
66+
margin-bottom: 1rem;
67+
}
68+
p:last-child {
69+
margin-bottom: 0;
70+
}
71+
6572
svg {
6673
display: block;
6774
margin: 0 auto;

0 commit comments

Comments
 (0)