Update Huge text reponsive style
This commit is contained in:
@@ -114,15 +114,15 @@
|
|||||||
========================================================================== */
|
========================================================================== */
|
||||||
// Huge
|
// Huge
|
||||||
.text-huge {
|
.text-huge {
|
||||||
font-size: clamp(#{rem(34px)}, 7vw, #{rem(72px)});
|
font-size: rem(34px);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
@include bp (sm) {
|
@include bp (sm) {
|
||||||
// font-size: rem(36px);
|
font-size: rem(44px);
|
||||||
}
|
}
|
||||||
@include bp (sd) {
|
@include bp (sd) {
|
||||||
// font-size: rem(44px);
|
font-size: clamp(#{rem(44px)}, 5vw, #{rem(72px)});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user