From c1c572fdcefab650cdcf68ac60ba04061e637e1a Mon Sep 17 00:00:00 2001 From: Nonimart Date: Fri, 20 Jun 2025 10:21:42 +0200 Subject: [PATCH] REFACTOR passing custom post title class --- resources/css/components/post-header.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/components/post-header.css b/resources/css/components/post-header.css index 23bfda5..d0829f1 100644 --- a/resources/css/components/post-header.css +++ b/resources/css/components/post-header.css @@ -1,7 +1,8 @@ .post-header { @apply bg-purple-50 text-primary py-32; - h1 { + h1.post-header__title, + h2.post-header__title { @apply uppercase font-medium text-7xl; line-height: 1.2; }