From 5cf688a7a9b766a94bf1c4464b24949128401a7f Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Tue, 30 Oct 2018 13:36:20 +0100 Subject: [PATCH] adjusted the media query for mobile to max-wdth 666px --- theme/wttf/static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/wttf/static/main.css b/theme/wttf/static/main.css index 84c7138..3cfb2b8 100644 --- a/theme/wttf/static/main.css +++ b/theme/wttf/static/main.css @@ -408,7 +408,7 @@ footer{ } -@media only screen and (orientation:portrait) { +@media only screen and (max-width:666px) { body { width: calc(100% - 80px); }