FIX margin in dynamiques prod page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-03 16:10:19 +01:00
parent a292bafa3d
commit 5467bab0fb

View File

@ -2,6 +2,9 @@
@apply pt-2 md:pt-20 px-4 md:px-16;
/* overflow: visible !important; */
overflow: hidden !important;
&.alignfull {
@apply !my-0;
}
&__inner {
@apply max-w-screen-2xl mx-auto;