Skip to content

Commit e513663

Browse files
committed
style: justify text in paragraphs
1 parent b06f8d5 commit e513663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/app.scss

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ body {
3232
}
3333
}
3434

35+
p {
36+
text-align: justify;
37+
}
38+
3539
code {
3640
overflow: auto;
3741
}

0 commit comments

Comments
 (0)