wip
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user