From 3615e234628726391a784c6593b4600291ba048d Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 30 Oct 2025 12:06:49 +0100 Subject: [PATCH] FEATURE styling example component on titles varaitions with uppercased titles --- resources/css/pages/article-exemple.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/pages/article-exemple.css b/resources/css/pages/article-exemple.css index 656b544..e5f8932 100644 --- a/resources/css/pages/article-exemple.css +++ b/resources/css/pages/article-exemple.css @@ -6,4 +6,13 @@ .entry-content h2:first-child { @apply !mt-0; } + + .variation-examples-on-uppercased-titles { + @apply py-6; + h2, + h3, + h4 { + @apply !py-0 !my-0; + } + } }