From 414808aa065ef8d86c3622d71d20e02d90e979dd Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 23 Apr 2018 09:16:39 +0200 Subject: [PATCH] Updated line heights and font weights --- css/app.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index d30d4f9..d705d78 100755 --- a/css/app.css +++ b/css/app.css @@ -4806,12 +4806,12 @@ p { font-family: inherit; font-size: 1rem; font-weight: normal; - line-height: 1.6; + line-height: 1.4; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; } p.lead { font-size: 1.34375rem; - line-height: 1.6; } + line-height: 1.4; } p aside { font-size: 0.875rem; font-style: italic; @@ -5004,8 +5004,10 @@ blockquote, blockquote p { h6 { font-size: 1rem; } h3.blog { - font-size: 2.1rem; - margin-bottom: 10px; } } + font-size: 2.4rem; + margin-bottom: 10px; + line-height: 1.1; + font-weight: 800; } } .off-canvas-wrap { -webkit-backface-visibility: hidden;