fix: rework sizes and spaces on Location page
This commit is contained in:
@@ -20,12 +20,12 @@
|
||||
// House Name
|
||||
.title-image {
|
||||
font-family: $font-serif;
|
||||
font-size: rem(40px);
|
||||
font-size: clamp(#{rem(28px)}, 9vw, #{rem(36px)});
|
||||
line-height: 1;
|
||||
color: $color-secondary;
|
||||
|
||||
@include bp (sm) {
|
||||
font-size: clamp(#{rem(40px)}, 7vw, #{rem(88px)});
|
||||
font-size: clamp(#{rem(40px)}, 4.5vw, #{rem(56px)});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user