This commit is contained in:
2023-06-06 10:18:52 +02:00
parent 3442c4408a
commit 6c30f217f4
3 changed files with 25 additions and 37 deletions

View File

@@ -222,32 +222,6 @@
z-index: 10;
}
/* .section--preview.horizontal .close--preview {
left: 0.25rem;
right: unset;
}
.section--preview.horizontal img {
width: 90vh;
height: 90vw;
transform: rotate(-90deg);
}
.section--preview.horizontal .preview {
left: calc(50% - 3.25rem);
transform: rotate(-90deg);
}
.section--preview.horizontal .preview--prev {
top: unset;
bottom: 0;
}
.section--preview.horizontal .preview--next {
top: 0;
right: unset;
} */
.section--preview.is-open {
display: flex;
}
@@ -262,14 +236,6 @@
transform: rotate(-90deg);
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
.section--preview img {
width: 90vw;
height: 90vh;
transform: rotate(0deg);
}
}
.section--switch .section__intro{
flex-direction: column;
}