fix/20210728 #14

Merged
chris merged 48 commits from fix/20210728 into develop 2021-07-29 22:39:06 +02:00
2 changed files with 18 additions and 1 deletions
Showing only changes of commit 9224fb9463 - Show all commits

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;