Add and edit responsive style on homepage

This commit is contained in:
2021-10-03 19:14:24 +02:00
parent f6da3c4b55
commit 54afac2ed5
11 changed files with 203 additions and 55 deletions

View File

@@ -1,5 +1,9 @@
.browse {
margin: 96px 0 128px;
margin: 96px 0;
@include bp (sm) {
margin-bottom: 128px;
}
// Description
&__description {
@@ -7,6 +11,7 @@
margin: 0 auto 32px;
max-width: 230px;
text-align: center;
color: $color-tertiary;
@include bp (sm) {
font-size: rem(28px);