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 7 additions and 7 deletions
Showing only changes of commit b43e71754f - Show all commits

File diff suppressed because one or more lines are too long

View File

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