diff --git a/src/style/_typography.scss b/src/style/_typography.scss index 8ea869f..82f6149 100644 --- a/src/style/_typography.scss +++ b/src/style/_typography.scss @@ -114,15 +114,15 @@ ========================================================================== */ // Huge .text-huge { - font-size: clamp(#{rem(34px)}, 7vw, #{rem(72px)}); + font-size: rem(34px); font-weight: 300; line-height: 1.25; @include bp (sm) { - // font-size: rem(36px); + font-size: rem(44px); } @include bp (sd) { - // font-size: rem(44px); + font-size: clamp(#{rem(44px)}, 5vw, #{rem(72px)}); } }