From 757d5e9581781be61a444fe09fc2a11f1f3fc88a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 14:59:17 +0100 Subject: [PATCH] FEATURE Handling a has-overlap variation --- resources/css/blocks/front-header.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/css/blocks/front-header.css b/resources/css/blocks/front-header.css index 37596eb..5f9b87f 100644 --- a/resources/css/blocks/front-header.css +++ b/resources/css/blocks/front-header.css @@ -4,6 +4,13 @@ @apply bg-no-repeat bg-center; + &.is-style-has-overlap { + @apply pb-64 !-mb-48; + } + + &:first-child { + margin-top: 0 !important; + } background-size: 100% 100%; a, h1,