From 8d0baa52756d5d29e9f9efb05489057bac92ad6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 11 Sep 2022 23:44:47 +0200 Subject: [PATCH] Update Huge text reponsive style --- src/style/_typography.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)}); } }