Added qualitative CSS class for post contents

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-06-08 14:00:55 +02:00
parent 85cf90776d
commit a308ddd3e8
4 changed files with 3 additions and 7 deletions

View File

@ -7,7 +7,7 @@ layout: default
<h1 class="post-title">{{ page.title }}</h1>
</header>
<div class="text-justify">
<div class="text-justify post-content">
{{ content }}
</div>