Create homepage

Photo-card layout, button, typography
This commit is contained in:
2021-09-27 23:23:16 +02:00
parent 9b50723183
commit bd89e28e15
10 changed files with 269 additions and 9 deletions

View File

@@ -0,0 +1,24 @@
// TYPOGRAPHY
// Titles
.title-huge {
font-size: clamp(200px, 38vw, 700px);
font-family: $font-serif;
font-weight: 200;
letter-spacing: -0.04em;
}
// Texts
.text-medium {
font-size: rem(28px);
font-family: $font-sans;
font-weight: 300;
line-height: 1.5;
}
.text-large {
font-size: rem(32px);
font-family: $font-sans;
font-weight: 400;
line-height: 1.5;
}