little tweak
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-05 17:18:11 +01:00
parent 93b5e820f5
commit 9401e3f110

View File

@ -10,8 +10,12 @@
} }
} }
&--large { &--large {
@apply p-24;
img { img {
@apply w-full max-w-screen-2xl h-auto; @apply w-full max-w-screen-2xl h-auto;
} }
} }
&--white {
@apply py-0;
}
} }