Last minute pre production changes #65

Merged
chris merged 12 commits from develop into main 2022-04-28 19:05:29 +02:00
2 changed files with 9 additions and 6 deletions
Showing only changes of commit 1ee3b85901 - Show all commits

File diff suppressed because one or more lines are too long

View File

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