From 4751f81d28d9cf5cfe17dcfa15806244a7675c31 Mon Sep 17 00:00:00 2001 From: PmE8HW0KRfqa Date: Sun, 13 Jun 2021 21:24:40 -0600 Subject: [PATCH] Update _type.scss The

font size was not consistent with the rest. The text became larger when the screen became smaller. --- _sass/components/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/components/_type.scss b/_sass/components/_type.scss index 7aeb27d..050b1e1 100644 --- a/_sass/components/_type.scss +++ b/_sass/components/_type.scss @@ -8,7 +8,7 @@ p { margin-bottom: 20px; } h1 { - font-size: 20px; + font-size: 30px; font-family: $font-family-heading; line-height: 1.2; margin-bottom: 20px;