added collections image in background

This commit is contained in:
jorge 2022-04-28 18:45:26 +02:00
parent b43e71754f
commit 1ee3b85901
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -566,11 +566,14 @@ main {
justify-content: center; justify-content: center;
} }
} }
.image-background{ &.collections-all{
background-image: url('assets/img/header_collections.jpg'); .image-background {
background-repeat: no-repeat; width: 100%;
background-size: cover; background-image: url("../img/header_collections.jpg");
background-position: center center; background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
}
} }
} }
} }