handling h2

This commit is contained in:
Antoine M 2024-05-15 16:06:41 +02:00
parent 9a9f8364d0
commit 596ed0c4f2

View File

@ -3,7 +3,6 @@
&__titling {
@apply sm:flex items-center md:mb-8;
.icon {
@apply mb-2 sm:mb-0;
}
@ -25,10 +24,17 @@
&__block-title {
@apply !pb-0 !leading-tight pt-4 md:pt-0;
}
&__content {
@apply !pt-3 xl:!pt-0 flex flex-col-reverse xl:flex-row items-start gap-x-8 gap-y-2;
h2 {
@apply !text-2xl;
}
.homegrade-blocks-highlight__content__innerblocks {
@apply w-full;
> *:first-child {
@apply !mt-0;
}
}
}
&__logo {
@ -61,6 +67,9 @@
.icon {
@apply bg-secondary;
}
.homegrade-blocks-custom-heading.has-icon::before {
@apply !bg-secondary;
}
.wp-block-button__link {
@apply cta cta--secondary;
}
@ -95,6 +104,9 @@
wp-block-button__link ul li:before {
@apply bg-secondary;
}
.homegrade-blocks-custom-heading.has-icon::before {
@apply !bg-secondary;
}
.homegrade-blocks-highlight__block-title,
*::marker,
h2,