added collections image in background

This commit is contained in:
jorge 2022-04-28 18:40:45 +02:00
parent 04f43f81a2
commit b43e71754f
2 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -565,12 +565,12 @@ main {
display:flex;
justify-content: center;
}
.image-background{
background-image: url('assets/img/header_collections.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
}
.image-background{
background-image: url('assets/img/header_collections.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
}
}