From 721f322e41a179773ad311ada171d0a2b0013dfb Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 20 Jul 2020 17:48:56 -0400 Subject: [PATCH] Update _typography.scss --- _sass/support/mixins/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_sass/support/mixins/_typography.scss b/_sass/support/mixins/_typography.scss index 62b7812..5207fcd 100644 --- a/_sass/support/mixins/_typography.scss +++ b/_sass/support/mixins/_typography.scss @@ -42,7 +42,7 @@ font-size: $font-size-6 !important; @include mq(sm) { - font-size: $font-size-7 !important; + font-size: $font-size-7 !important; line-height: $body-heading-line-height; } } @@ -52,7 +52,7 @@ line-height: $body-heading-line-height; @include mq(sm) { - font-size: $font-size-8 !important; + font-size: $font-size-8 !important; } } @@ -61,7 +61,7 @@ line-height: $body-heading-line-height; @include mq(sm) { - font-size: $font-size-9!important; + font-size: $font-size-9 !important; } }