Create homepage
Photo-card layout, button, typography
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user