STYLE update our-collections CSS to adjust overflow, margin, and background image for improved layout

This commit is contained in:
Antoine M 2025-11-25 15:13:48 +01:00
parent 3944e2a8f7
commit 3f6d2e01b1

View File

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