handling h2 in conseils when not question block title

This commit is contained in:
Antoine M 2024-08-08 11:19:26 +02:00
parent 062eb324d2
commit 412127fe94

View File

@ -217,6 +217,9 @@ article > *:not(.entry-content, .chapter-header-block),
} }
} }
.post-conseil-page-container { .post-conseil-page-container {
h2 {
@apply font-bold !text-black text-3xl sm:text-3xl lg:!text-4xl leading-tight;
}
.wp-block-button__link { .wp-block-button__link {
transition: all 0.6s ease-out; transition: all 0.6s ease-out;
&:hover { &:hover {