From 82b9b6ec366a8a56f1e72507a9e0054d6da7bdaa Mon Sep 17 00:00:00 2001 From: robin Date: Fri, 1 Sep 2023 12:11:46 +0000 Subject: [PATCH] fixes --- frontend/src/lib/components/Pagebuilder/Homepage.svelte | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/lib/components/Pagebuilder/Homepage.svelte b/frontend/src/lib/components/Pagebuilder/Homepage.svelte index 578b6e3..933f824 100644 --- a/frontend/src/lib/components/Pagebuilder/Homepage.svelte +++ b/frontend/src/lib/components/Pagebuilder/Homepage.svelte @@ -126,6 +126,7 @@ padding: 20px 0px; margin: 10px 0px 20px 0px; line-height: 1; + font-weight: 500; position: relative; } @@ -133,6 +134,7 @@ font-size: 1.2rem !important; line-height: 1; font-family: "Libre Franklin", sans-serif; + font-weight: 500; } } .description { @@ -155,10 +157,12 @@ font-size: 3.4rem; padding: 20px 20px; margin: 20px 0px 40px 0px; + font-weight: 500; } h2 { font-size: 1.5rem; } + font-weight: 500; } .description { display: flex; @@ -181,9 +185,11 @@ font-size: 5rem; padding: 20px 0px; margin: 20px 0px 40px 0px; + font-weight: 500; } h2 { font-size: 1.6rem; + font-weight: 500; } }