From a0d32eeb51f8666fd347fea88a8b15d12d6e1697 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 8 Apr 2024 15:33:56 +0200 Subject: [PATCH] adapting component to handle inner section titling --- resources/css/blocks/content-page-header.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/resources/css/blocks/content-page-header.css b/resources/css/blocks/content-page-header.css index b276e37..41c6d6b 100644 --- a/resources/css/blocks/content-page-header.css +++ b/resources/css/blocks/content-page-header.css @@ -1,7 +1,12 @@ .block-content-page-header { @apply py-8 md:py-16 flex gap-12 justify-between mx-auto; - /* @apply px-16; */ + .section_titling { + @apply px-0 !mb-1; + &__title { + @apply mt-0; + } + } &__content { grow: 0; max-width: 600px; @@ -33,7 +38,6 @@ } } p { - @apply !block; margin-bottom: unset; } }