From ff6c2b9ed81f91720cd9fde7b4ca9fdac034c2de Mon Sep 17 00:00:00 2001 From: svvimming Date: Fri, 8 Sep 2023 17:15:45 -0400 Subject: [PATCH] fix: adjust h3 font-size and line-height on desktop screen size --- assets/scss/theme/typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/theme/typography.scss b/assets/scss/theme/typography.scss index 9e73d63..8c936b5 100644 --- a/assets/scss/theme/typography.scss +++ b/assets/scss/theme/typography.scss @@ -106,8 +106,8 @@ $fontAssetPath: 'assets/fonts'; } @mixin h3 { // Card headings - font-size: toRem(24); - line-height: leading(30, 24); + font-size: toRem(20); + line-height: leading(25, 20); font-weight: 500; letter-spacing: 0.03em; @include medium {