From 5706b8ed6ccc53a27db958daf2a65260fe27da8b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Nov 2025 15:14:30 +0100 Subject: [PATCH] STYLE update front-header CSS to adjust padding, add background image, and refine background properties for improved visual presentation --- resources/css/blocks/front-header.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/front-header.css b/resources/css/blocks/front-header.css index a9a1245..37596eb 100644 --- a/resources/css/blocks/front-header.css +++ b/resources/css/blocks/front-header.css @@ -1,5 +1,10 @@ .block-front-header { - @apply bg-primary py-32 text-white; + @apply pt-16 pb-32 text-white; + background-image: url('../resources/img/shapes/background-shape-C_green.svg'); + + @apply bg-no-repeat bg-center; + + background-size: 100% 100%; a, h1, h2,