This commit is contained in:
2023-06-06 09:58:31 +02:00
parent 42b0adca4c
commit 3442c4408a

View File

@@ -262,6 +262,14 @@
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;
}