fix: rework sizes and spaces on Location page

This commit is contained in:
2024-07-25 15:44:22 +02:00
parent 317f56e454
commit 048c126986
3 changed files with 16 additions and 22 deletions

View File

@@ -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)});
}
}