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; } }