From 4fe8643a1a54837fd0aff85f0092ea6b4c1bd430 Mon Sep 17 00:00:00 2001 From: welpo Date: Wed, 8 Feb 2023 01:39:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20larger=20section=20titl?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 10 ++++++++++ templates/macros/macros.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index beb7e9f..b4550a4 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -79,6 +79,16 @@ body { min-height: 80vh; } +.section-title { + display: block; + font-size: 2.4em; + margin-top: 0.67em; + margin-bottom: 0em; + margin-left: 0; + margin-right: 0; + font-weight: 650; +} + h1 { display: block; font-size: 2.3em; diff --git a/templates/macros/macros.html b/templates/macros/macros.html index 0e91ca0..d818ec7 100644 --- a/templates/macros/macros.html +++ b/templates/macros/macros.html @@ -57,9 +57,9 @@ {% endmacro tags %} {% macro page_header(title) %} -

+
{{ title }} -

+ {% endmacro page_header %}