responsive finetuning

This commit is contained in:
Antoine M 2023-12-06 16:27:30 +01:00
parent 98b5f8072d
commit d439fe173e

View File

@ -2,6 +2,13 @@
@apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto; @apply p-12 rounding-radius my-8 max-w-screen-lg mx-auto;
&__titling { &__titling {
@apply sm:flex items-center;
/* display: flex;
align-items: center; */
margin-bottom: 20px;
.icon {
@apply mb-2 sm:mb-0;
}
h3 { h3 {
@apply pb-4; @apply pb-4;
} }
@ -16,10 +23,10 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
&__block-title { &__block-title {
@apply !pb-0; @apply !pb-0 !leading-none;
} }
&__content { &__content {
@apply flex items-start gap-8; @apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;
.homegrade-blocks-highlight__content__innerblocks { .homegrade-blocks-highlight__content__innerblocks {
@apply w-full; @apply w-full;
} }