update main branch #47
File diff suppressed because one or more lines are too long
|
@ -408,6 +408,23 @@ main {
|
|||
|
||||
}
|
||||
&.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 {
|
||||
nav {
|
||||
width: 100vw;
|
||||
|
|
Loading…
Reference in New Issue