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 {