From fb37ac29650d2be448a4661190564052aa778dd6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 18 Jul 2018 10:57:49 +0100 Subject: [PATCH] blog: Fix headline sizing Signed-off-by: Michael Tremer --- src/scss/style.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/scss/style.scss b/src/scss/style.scss index 8d0a1848..bb5deec1 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -228,6 +228,17 @@ footer { } } + .blog-content { + h1, h2, h3, h4, h5, h6 { + font-size: 20px; + font-weight: $headings-font-weight; + + line-height: 28px; + + margin-bottom: 0.25rem; + } + } + &.lightning-wire-labs { .blog-header { h5 { -- 2.47.3