refining responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-01-22 15:35:40 +01:00
parent 0b77f0bf47
commit 63e8601c3a

View File

@ -143,12 +143,11 @@
} }
.homegrade-blocks-highlight--has-illustration { .homegrade-blocks-highlight--has-illustration {
@apply flex items-center justify-between xl:justify-around; @apply flex flex-col-reverse lg:flex-row lg:items-center justify-between xl:justify-around;
&__illustration { &__illustration {
@apply flex justify-center items-center rounded-3xl w-48 h-48 xl:w-52 xl:h-52 object-contain object-center shrink-0; @apply mb-12 lg:mb-0 mt-0 lg:mx-0 w-48 h-48 xl:w-52 xl:h-52 object-contain object-center shrink-0;
aspect-ratio: 1/1; aspect-ratio: 1/1;
margin-top: -10px;
} }
&__content { &__content {