]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Adjust size of headlines to 18px base size
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 16:05:09 +0000 (17:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Sep 2018 16:05:09 +0000 (17:05 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index e63b3b4728975ecf7df3abdbc438190b4b7d9c4e..2f481da37f89a427955a2f2716bbd5fd1fad6112 100644 (file)
@@ -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;
                }