From 119caf72aa1d0a22e78df5782e9ae8864b45468d Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 26 Jul 2017 12:54:08 +0200 Subject: [PATCH] Use justified text block --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 6efbe60..a328e6c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -194,7 +194,10 @@ ul { margin:0; padding:0; margin-bottom: 20px; } li { list-style-type:circle; list-style-position:inside; } /* Line Height */ -#post-body, p { line-height:1.5; } +#post-body, p { + line-height:1.5; + text-align: justify; +} b, strong { font-weight: 500; color: #1E2025; }