Add typography responsive styles
This commit is contained in:
@@ -107,10 +107,15 @@
|
|||||||
|
|
||||||
// Small
|
// Small
|
||||||
.text-small {
|
.text-small {
|
||||||
font-size: rem(20px);
|
font-size: rem(18px);
|
||||||
|
line-height: 1.4;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
@include bp (sm) {
|
||||||
|
font-size: rem(20px);
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Information
|
// Information
|
||||||
.text-info {
|
.text-info {
|
||||||
|
|||||||
Reference in New Issue
Block a user