From 33d13109ea592613dfb40645bd1938c4390c3d28 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Sat, 1 Apr 2017 17:35:26 +0200 Subject: [PATCH] Decrease line height to improve readability --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index d909b0a..592f9be 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -190,7 +190,7 @@ 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.7; } +#post-body, p { line-height:1.5; } b, strong { font-weight: 500; color: #1E2025; }