From 5ca77647054dffc156815595b6231d15da08bf37 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Nov 2020 12:12:29 +0000 Subject: [PATCH] CSS: Update styling of headings Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 12 ++++++------ src/templates/index.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index f95d1039..b007268a 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -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; diff --git a/src/templates/index.html b/src/templates/index.html index bb056de3..17008be3 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -28,7 +28,7 @@

{{ _("More Than A Firewall") }}

-

Customisable, easy to configure, and the leading example

+

Customisable, easy to configure, and the leading example

-- 2.47.2