Make discover into reusable class

This commit is contained in:
2021-10-03 22:50:15 +02:00
parent f4512b6a67
commit 7d1dab9775
4 changed files with 19 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
.discover {
font-family: $font-sans;
font-size: rem(28px);
color: $color-tertiary;
font-weight: 300;
line-height: 1.5;
padding: 0 20px;
@include bp (sm) {
font-size: rem(32px);
}
strong {
font-weight: 300;
color: $color-secondary;
}
}