Create Subscribe page

Create issue css component for past newsletter
This commit is contained in:
2021-10-12 22:41:09 +02:00
parent dca8f112ed
commit 3ccfb63188
6 changed files with 188 additions and 2 deletions

View File

@@ -54,10 +54,14 @@
// Small
.title-small {
color: $color-secondary;
font-size: rem(28px);
font-size: rem(24px);
font-weight: 400;
line-height: 1.5;
font-family: $font-serif;
@include bp (sm) {
font-size: rem(28px);
}
}