From 63e6133b5073766e536a0a3282f7a3f15ab66688 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 3 Sep 2025 12:23:35 +0200 Subject: [PATCH] RESPONSIVE FIX flex content --- resources/css/blocks/subscribe-infolettre.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/css/blocks/subscribe-infolettre.css b/resources/css/blocks/subscribe-infolettre.css index 341ba7e..abe37c1 100644 --- a/resources/css/blocks/subscribe-infolettre.css +++ b/resources/css/blocks/subscribe-infolettre.css @@ -5,12 +5,11 @@ &:after { @apply content-[""] absolute inset-0 bg-primary z-0 w-full h-full; left: 50%; - transform: perspective(800px) rotateY(3deg) - rotateX(1deg) translateX(-50%); + transform: perspective(800px) rotateY(3deg) rotateX(1deg) translateX(-50%); } &__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, h2,