From b29fc9870bb50ee12976aef8539f15e6e6022433 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 4 Dec 2023 11:27:01 +0100 Subject: [PATCH] updating titles for news --- resources/css/editor-content/gutenberg.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 635d3bb..62bbca6 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -83,7 +83,7 @@ article > *:not(.entry-content, .chapter-header-block), @apply cta cta--outline cta--button; } } - +.single-post-container--news, .entry-content, .page-content, .homegrade-page-container { @@ -95,11 +95,11 @@ article > *:not(.entry-content, .chapter-header-block), } h2 { - @apply text-xl mt-16 mb-8; + @apply text-xl mt-16 mb-8 font-bold; } h3 { - @apply font-bold text-2xl mt-16 mb-4; + @apply font-bold text-2xl mt-16 mb-4; } h4 { @apply font-bold text-xl mt-6 mb-3;