Add and edit responsive style on homepage
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user