Made all text in paragraphs justified

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 16:11:49 +01:00
parent e93a1eb18b
commit 114f184097

View File

@ -42,7 +42,7 @@ $navbarHeight: 58px;
background-color: $body-bg;
}
.post-content {
.post-content, p {
text-align: justify;
}