Last minute pre production changes #65
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue