reducing margin on home

This commit is contained in:
Antoine M 2024-09-30 16:12:09 +02:00
parent f46446eab5
commit 72deba14a5

View File

@ -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%);
} }
} }