single collection image style covers full width

This commit is contained in:
jorge 2021-07-28 15:25:32 +02:00
parent bb99a4653f
commit 9224fb9463
2 changed files with 18 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;