Add and edit responsive style on homepage

This commit is contained in:
2021-10-03 19:14:24 +02:00
parent f6da3c4b55
commit 54afac2ed5
11 changed files with 203 additions and 55 deletions

View File

@@ -7,14 +7,19 @@
font-family: $font-serif;
font-weight: 200;
letter-spacing: -0.04em;
line-height: 1;
}
// Medium
.title-medium {
font-family: $font-serif;
font-size: rem(32px);
font-size: rem(26px);
line-height: 1.3;
font-weight: 400;
@include bp (sm) {
font-size: rem(32px);
}
}
// Small