FEEDBACK Refining paddings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-06 11:12:45 +02:00
parent f60c5afd90
commit 7834754573

View File

@ -5,7 +5,9 @@
@apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0; @apply grid grid-cols-1 gap-x-24 gap-y-20 !py-0;
@screen lg { @screen lg {
grid-template-columns: 61.8fr 38.2fr; grid-template-columns: 61.8fr 38.2fr;
@apply !py-16; }
@screen 2xl {
@apply !py-6;
} }
} }