diff --git a/assets/css/layout.css b/assets/css/layout.css index b4c653a..0d9619f 100644 --- a/assets/css/layout.css +++ b/assets/css/layout.css @@ -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; }