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