From a234889ece38e07c9a433dd171fc6320d5713fe0 Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Wed, 31 Dec 2014 16:26:18 +0000 Subject: [PATCH] support fot devices with small height --- css/level-selector.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/level-selector.css b/css/level-selector.css index 1730ce3..fccf498 100644 --- a/css/level-selector.css +++ b/css/level-selector.css @@ -21,7 +21,7 @@ background:rgba(0,0,0,0.5); } -@media (max-width: 240px) { +@media (max-width: 240px), (max-height: 400px) { .levelSelectorTitle { display: none; }