Add responsive on Homepage elements
This commit is contained in:
@@ -34,10 +34,15 @@
|
||||
line-height: 1.5;
|
||||
}
|
||||
.text-medium {
|
||||
font-size: rem(28px);
|
||||
font-size: rem(20px);
|
||||
font-family: $font-sans;
|
||||
font-weight: 300;
|
||||
line-height: 1.5;
|
||||
line-height: 1.4;
|
||||
|
||||
@include bp (sm) {
|
||||
font-size: rem(28px);
|
||||
line-height: 1.5;
|
||||
}
|
||||
}
|
||||
.text-small {
|
||||
font-size: rem(22px);
|
||||
@@ -47,7 +52,7 @@
|
||||
|
||||
.text-label {
|
||||
font-size: rem(12px);
|
||||
line-height: 1.5;
|
||||
line-height: 1.4;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user