single collection image style covers full width
This commit is contained in:
parent
bb99a4653f
commit
9224fb9463
File diff suppressed because one or more lines are too long
|
@ -408,6 +408,23 @@ main {
|
||||||
|
|
||||||
}
|
}
|
||||||
&.collection-single {
|
&.collection-single {
|
||||||
|
.slides{
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
.slide {
|
||||||
|
margin:0 auto;
|
||||||
|
height: unset;
|
||||||
|
width: 100vw;
|
||||||
|
max-height: 10rem;
|
||||||
|
@include breakpoint(large){
|
||||||
|
height: unset;
|
||||||
|
}
|
||||||
|
img,.arc-page-header-img {
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: contain;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
}
|
||||||
aside {
|
aside {
|
||||||
nav {
|
nav {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
Loading…
Reference in New Issue