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

@@ -167,3 +167,23 @@
bottom: 20%;
}
}
@media screen and (min-width: 20rem) and (max-width: 47.9375rem) and (orientation: landscape) {
.section--preview img {
width: 90vw;
height: 90vh;
transform: rotate(0deg);
}
.section--preview .preview {
top: calc(50% - 3.25rem);
left: 0;
transform: rotate(180deg);
}
.section--preview .preview--prev {
left: unset;
right: 0;
bottom: unset;
}
}