From: Michael Tremer Date: Sun, 30 Sep 2018 16:05:09 +0000 (+0100) Subject: blog: Adjust size of headlines to 18px base size X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ee6363468f20e5871e8701a5335dcc870e870df;p=ipfire.org.git blog: Adjust size of headlines to 18px base size Signed-off-by: Michael Tremer --- 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; }