Create Location and Locations sections

This commit is contained in:
2021-09-27 23:55:16 +02:00
parent bd89e28e15
commit 1883d5781f
6 changed files with 58 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
letter-spacing: -0.04em;
}
// Texts
.text-medium {
font-size: rem(28px);
@@ -21,4 +22,12 @@
font-family: $font-sans;
font-weight: 400;
line-height: 1.5;
}
}
.text-label {
font-size: rem(12px);
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 1px;
}