From 5668d709f885ee85054d4fa422234f07720cb321 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 12 Aug 2024 14:41:20 +0200 Subject: [PATCH] excluding post_card__title from h2 setup for conseils --- resources/css/editor-content/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 4aecddc..2e0bb7e 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -217,7 +217,7 @@ article > *:not(.entry-content, .chapter-header-block), } } .post-conseil-page-container { - h2 { + h2:not(.post-card__title) { @apply font-bold !text-black text-3xl sm:text-3xl lg:!text-4xl leading-tight; } .wp-block-button__link {