Add and edit responsive style on homepage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user