reducing margin on home
This commit is contained in:
parent
f46446eab5
commit
72deba14a5
|
|
@ -35,7 +35,7 @@ $margin: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__content {
|
&__content {
|
||||||
@apply mt-36;
|
@apply mt-28;
|
||||||
|
|
||||||
@media screen and (min-height: 926px) {
|
@media screen and (min-height: 926px) {
|
||||||
@apply mt-0;
|
@apply mt-0;
|
||||||
|
|
@ -68,7 +68,7 @@ $margin: 20px;
|
||||||
margin-bottom: -40px;
|
margin-bottom: -40px;
|
||||||
}
|
}
|
||||||
.cta--play {
|
.cta--play {
|
||||||
@apply mx-auto;
|
@apply mx-auto z-50;
|
||||||
transform: translateY(50%);
|
transform: translateY(50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user