]> git.ipfire.org Git - ipfire.org.git/commitdiff
blog: Fix headline sizing
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 09:57:49 +0000 (10:57 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 18 Jul 2018 09:57:49 +0000 (10:57 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 8d0a1848bdc9b6446fb72e7c78ae2eeacc7f8cb4..bb5deec1e742c8ec2b89d9ed504b6997a27258e6 100644 (file)
@@ -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 {