From 2ee6363468f20e5871e8701a5335dcc870e870df Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Sep 2018 17:05:09 +0100 Subject: [PATCH] blog: Adjust size of headlines to 18px base size Signed-off-by: Michael Tremer --- src/scss/style.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index e63b3b47..2f481da3 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -152,11 +152,9 @@ footer { .blog-content { h1, h2, h3, h4, h5, h6 { - font-size: 20px; + font-size: 1.375rem; font-weight: $headings-font-weight; - - line-height: 28px; - + line-height: $headings-line-height; margin-bottom: 0.25rem; } -- 2.47.3