]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Update styling of headings
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:12:29 +0000 (12:12 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 3 Nov 2020 12:12:29 +0000 (12:12 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/_variables.scss
src/templates/index.html

index f95d1039342de18eb2da756e72f7a3d8260ac339..b007268a1d7ad8c79fc05cedcf6cf8f35e00b257 100644 (file)
@@ -54,18 +54,18 @@ $line-height-base:                  1.5;
 $blockquote-font-size:         $font-size-base * 1.125;
 
 // Headings
-$headings-font-weight:         500;
-$headings-line-height:         1.15;
-$headings-margin-bottom:       1.25rem;
+$headings-font-weight:         700;
+$headings-line-height:         2.8125rem;
 
-$h1-font-size:                         3rem;
+$h1-font-size:                         3.75rem;
 $h2-font-size:                         2.5rem;
 $h3-font-size:                         2.25rem;
-$h4-font-size:                         2rem;
+$h4-font-size:                         1.875rem;
 $h5-font-size:                         1.5rem;
 $h6-font-size:                         1.25rem;
 
-$display1-size:                                4rem;
+$display1-size:                                5rem;
+$display-font-weight:          $headings-font-weight;
 
 // Links
 $link-color:                           $primary;
index bb056de3688d8504f78bdfcd2cf043da7d306be6..17008be3d11d12157b7ab8af55ddda0cbd7966cd 100644 (file)
@@ -28,7 +28,7 @@
        <div class="bg-brand">
                <div class="container">
                        <h1 class="display-1">{{ _("More Than A Firewall") }}</h1>
-                       <h4>Customisable, easy to configure, and the leading example</h4>
+                       <h4 class="font-weight-normal">Customisable, easy to configure, and the leading example</h4>
                </div>
        </div>