From b652d0015cea9e7907729caaa9c2bdf6b0e989ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 28 Nov 2015 12:17:55 +0100 Subject: [PATCH] Smaller video player in landscale --- static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 51aa6aa4..c4e65970 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1116,6 +1116,15 @@ nav ul li:hover, nav ul li.active { } } +@media only screen and (max-device-width: 736px) and (orientation: landscape){ + .video-container{ + width: 315px !important; + /* height: auto !important; */ + right: -5px; + bottom: 20px; + } +} + @media only screen and (min-width: 992px){