Add typography responsive styles

This commit is contained in:
2022-01-31 19:05:22 +01:00
parent 02ae9b7e85
commit 329e3b58d4

View File

@@ -107,10 +107,15 @@
// Small
.text-small {
font-size: rem(20px);
font-size: rem(18px);
line-height: 1.4;
font-weight: 400;
@include bp (sm) {
font-size: rem(20px);
line-height: 1.5;
}
}
// Information
.text-info {