From c282072bdbcd2fffe0f35f4eed7cc57a12ae3934 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 1 Jun 2023 19:44:35 +0200 Subject: [PATCH] Made the Home font size smaller --- client/src/pages/tools/general/Home/styles.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/tools/general/Home/styles.sass b/client/src/pages/tools/general/Home/styles.sass index 526c347..31eacb4 100644 --- a/client/src/pages/tools/general/Home/styles.sass +++ b/client/src/pages/tools/general/Home/styles.sass @@ -1,13 +1,13 @@ @import "@/common/styles/colors" .home-header - font-size: 72pt + font-size: 48pt margin: 0 color: $white font-weight: 900 .home-subtext - font-size: 18pt + font-size: 16pt color: $white font-weight: 600 margin: 0