From 823e2ba99b3bc40bb1ca0ce4db866ac6d7d23b9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar?= Date: Sun, 1 Sep 2024 22:15:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20fix:=20reduce=20main=20pag?= =?UTF-8?q?e=20header/list=20sizes=20(#375)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 10 +++++----- sass/parts/_home-banner.scss | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 05a2ed8..d22a1e5 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -220,7 +220,7 @@ h1 { margin-bottom: 0em; margin-left: 0; font-weight: 550; - font-size: 1.62em; + font-size: 1.62rem; } h2 { @@ -230,7 +230,7 @@ h2 { margin-bottom: 0em; margin-left: 0; font-weight: 550; - font-size: 1.4em; + font-size: 1.4rem; } h3 { @@ -240,7 +240,7 @@ h3 { margin-bottom: 0em; margin-left: 0; font-weight: 550; - font-size: 1.2em; + font-size: 1.2rem; } h4 { @@ -250,7 +250,7 @@ h4 { margin-bottom: 0em; margin-left: 0; font-weight: 550; - font-size: 1em; + font-size: 1rem; } h5 { @@ -260,7 +260,7 @@ h5 { margin-bottom: 0em; margin-left: 0; font-weight: normal; - font-size: 1em; + font-size: 1rem; } p { diff --git a/sass/parts/_home-banner.scss b/sass/parts/_home-banner.scss index 9b63566..08ef90b 100644 --- a/sass/parts/_home-banner.scss +++ b/sass/parts/_home-banner.scss @@ -16,6 +16,10 @@ font-size: 1.875rem; line-height: 3rem; + li { + font-size: 1rem; + } + #home-banner-header { margin: 0; margin-bottom: 1rem;