added collections image in background
This commit is contained in:
parent
b43e71754f
commit
1ee3b85901
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue