update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01: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;