Skip to content

Commit c55fa2d

Browse files
authored
Merge pull request #7 from imteekay/add-space-between-paragraphs
style: add space between paragraphs
2 parents d4a1a5d + c94361e commit c55fa2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@ body {
9898

9999
[data-theme='dark'] .pages {
100100
color: #919191;
101+
}
102+
103+
p {
104+
margin-bottom: 16px;
101105
}

0 commit comments

Comments
 (0)