STYLE update front-header CSS to adjust padding, add background image, and refine background properties for improved visual presentation

This commit is contained in:
Antoine M 2025-11-25 15:14:30 +01:00
parent 7de5ee734d
commit 5706b8ed6c

View File

@ -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,