Skip to content

Commit bb9b36c

Browse files
authored
Merge pull request #13 from computorg/text_justified
Justify text
2 parents ecae762 + ed437cc commit bb9b36c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ div.quarto-post {
4343
width: auto;
4444
padding-right: 10px;
4545
}
46+
47+
p {
48+
text-align: justify;
49+
}

0 commit comments

Comments
 (0)