Skip to content

Commit 058a430

Browse files
committed
style: justify text in paragraphs
1 parent 1a65620 commit 058a430

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ blockquote {
5454
}
5555
}
5656

57+
p {
58+
text-align: justify;
59+
}
60+
5761
code {
5862
overflow: auto;
5963
}

0 commit comments

Comments
 (0)