added collections image in background
This commit is contained in:
parent
04f43f81a2
commit
b43e71754f
File diff suppressed because one or more lines are too long
|
@ -565,6 +565,7 @@ main {
|
||||||
display:flex;
|
display:flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.image-background{
|
.image-background{
|
||||||
background-image: url('assets/img/header_collections.jpg');
|
background-image: url('assets/img/header_collections.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -573,7 +574,6 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
aside {
|
aside {
|
||||||
background-color: $white;
|
background-color: $white;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in New Issue