STYLE update our-collections CSS to adjust overflow, margin, and background image for improved layout
This commit is contained in:
parent
3944e2a8f7
commit
3f6d2e01b1
|
|
@ -1,5 +1,7 @@
|
||||||
.our-collections {
|
.our-collections {
|
||||||
@apply pb-32 relative;
|
@apply pb-32 relative;
|
||||||
|
overflow: visible;
|
||||||
|
margin-top: -50px;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@apply relative;
|
@apply relative;
|
||||||
|
|
@ -19,7 +21,9 @@
|
||||||
@apply block w-full h-full absolute top-0 left-0 bg-no-repeat;
|
@apply block w-full h-full absolute top-0 left-0 bg-no-repeat;
|
||||||
background-size: 100% 100%;
|
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;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
.redirection-grid {
|
.redirection-grid {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user