From 1dc8739e14e1ebf550e1fb09bd0ffcf15dbbe3db Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:45:43 +0200 Subject: [PATCH] Updated the font size of the h2 text wrapper: 42 -> 46 --- src/pages/TextPages/styles.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/TextPages/styles.sass b/src/pages/TextPages/styles.sass index 1111d8e..543ddad 100644 --- a/src/pages/TextPages/styles.sass +++ b/src/pages/TextPages/styles.sass @@ -5,7 +5,7 @@ margin-right: 22% .text-wrapper h2 - font-size: 42pt + font-size: 46pt font-weight: 700 margin-bottom: 1rem color: $white