Create Shop component and add to homepage
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user