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

@ -57,10 +57,6 @@ $navbarHeight: 58px;
background-color: $body-bg;
}
.post-content, p {
text-align: justify;
}
.post-title {
font-weight: $font-weight-normal;
}