[CSS] Made post content justified

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-08-31 20:29:16 +02:00
parent 2f2a70c7b1
commit 3654c92152

View File

@ -51,3 +51,7 @@ $on-laptop: 800px;
"layout",
"syntax-highlighting"
;
.post-content {
text-align: justify;
}