From 412127fe940ff37b3e63d37f14842b746e6d700d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 8 Aug 2024 11:19:26 +0200 Subject: [PATCH] handling h2 in conseils when not question block title --- resources/css/editor-content/gutenberg.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 362e250..4aecddc 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -217,6 +217,9 @@ article > *:not(.entry-content, .chapter-header-block), } } .post-conseil-page-container { + h2 { + @apply font-bold !text-black text-3xl sm:text-3xl lg:!text-4xl leading-tight; + } .wp-block-button__link { transition: all 0.6s ease-out; &:hover {