From 3442c4408a8d1bdd12791aafaffbd7fe6d8697f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0ub=C3=ADn?= Date: Tue, 6 Jun 2023 09:58:31 +0200 Subject: [PATCH] wip --- assets/css/layout.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; }