From 3f6d2e01b1815e1a4250a4b7b24d30154d169667 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 25 Nov 2025 15:13:48 +0100 Subject: [PATCH] STYLE update our-collections CSS to adjust overflow, margin, and background image for improved layout --- resources/css/blocks/our-collections.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/our-collections.css b/resources/css/blocks/our-collections.css index 0b2fd3f..ab27106 100644 --- a/resources/css/blocks/our-collections.css +++ b/resources/css/blocks/our-collections.css @@ -1,5 +1,7 @@ .our-collections { @apply pb-32 relative; + overflow: visible; + margin-top: -50px; * { @apply relative; @@ -19,7 +21,9 @@ @apply block w-full h-full absolute top-0 left-0 bg-no-repeat; background-size: 100% 100%; - background-image: url('../resources/img/shapes/background-shape-A_purple.svg'); + z-index: 0; + + background-image: url('../resources/img/shapes/background-shape-B_purple.svg'); z-index: 0; } .redirection-grid {