Create Shop component and add to homepage

This commit is contained in:
2021-09-29 23:38:34 +02:00
parent 0ba0ab1f60
commit 3ec6dbda16
10 changed files with 151 additions and 25 deletions

View File

@@ -8,13 +8,20 @@
font-weight: 200;
letter-spacing: -0.04em;
}
// Medium
.title-medium {
font-family: $font-serif;
font-size: rem(32px);
line-height: 1.3;
font-weight: 400;
}
// Small
.title-small {
color: $color-secondary;
font-size: rem(28px);
font-weight: 400;
line-height: 1.4;
line-height: 1.5;
font-family: $font-serif;
}