RESPONSIVE FIX flex content

This commit is contained in:
Antoine M 2025-09-03 12:23:35 +02:00
parent 8ad64920b8
commit 63e6133b50

View File

@ -5,12 +5,11 @@
&:after { &:after {
@apply content-[""] absolute inset-0 bg-primary z-0 w-full h-full; @apply content-[""] absolute inset-0 bg-primary z-0 w-full h-full;
left: 50%; left: 50%;
transform: perspective(800px) rotateY(3deg) transform: perspective(800px) rotateY(3deg) rotateX(1deg) translateX(-50%);
rotateX(1deg) translateX(-50%);
} }
&__inner { &__inner {
@apply max-w-screen-3xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-y-12 2xl:gap-x-32 py-24 xl:py-32 2xl:py-40 items-center relative z-10; @apply max-w-screen-3xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-y-12 2xl:gap-x-32 py-24 xl:py-32 2xl:py-40 items-center relative z-10;
} }
h1, h1,
h2, h2,