From 329e3b58d426dffd7bfe5c8d6fbfd7e7efc81d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 31 Jan 2022 19:05:22 +0100 Subject: [PATCH] Add typography responsive styles --- src/style/_typography.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/style/_typography.scss b/src/style/_typography.scss index 6168464..73a4f4e 100644 --- a/src/style/_typography.scss +++ b/src/style/_typography.scss @@ -107,9 +107,14 @@ // Small .text-small { - font-size: rem(20px); + font-size: rem(18px); + line-height: 1.4; font-weight: 400; - line-height: 1.5; + + @include bp (sm) { + font-size: rem(20px); + line-height: 1.5; + } } // Information