diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 3998c61..aa76670 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -143,12 +143,11 @@ } .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 { - @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; - margin-top: -10px; } &__content {