STYLE Adjust max width

This commit is contained in:
Antoine M 2026-05-19 15:35:08 +02:00
parent af897015ae
commit fd58dff410

View File

@ -8,7 +8,7 @@
transform: perspective(800px) rotateY(3deg) rotateX(1deg) translateX(-50%);
}
&__inner {
@apply max-w-screen-3xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-x-12 gap-y-12 2xl:gap-x-32 py-24 xl:py-32 2xl:py-40 items-center relative z-10;
@apply max-w-screen-xl mx-auto grid grid-cols-1 lg:grid-cols-2 gap-x-12 gap-y-12 2xl:gap-x-32 py-24 xl:py-32 2xl:py-40 items-center relative z-10;
}
h1,
h2,