From 2732f494cfdf3314b45153f621acff6fdb4042a1 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 19:55:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20override=20font-size=20fo?= =?UTF-8?q?r=20home=20subtitle=20

?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_home-banner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/parts/_home-banner.scss b/sass/parts/_home-banner.scss index 9609e69..f5f970a 100644 --- a/sass/parts/_home-banner.scss +++ b/sass/parts/_home-banner.scss @@ -24,7 +24,6 @@ #banner-home-subtitle { width: 95%; padding-right: 5%; - font-size: 1rem; font-weight: 250; line-height: 1.75rem; color: var(--text-color); @@ -32,6 +31,7 @@ #banner-home-subtitle p { font-family: 'Inter', Arial, Helvetica, sans-serif; + font-size: 1rem; } #banner-home-subtitle a {