[CSS] Made post content justified

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-08-31 20:29:16 +02:00
parent 2f2a70c7b1
commit 3654c92152
1 changed files with 4 additions and 0 deletions

View File

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