Add typography responsive styles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user