support fot devices with small height

This commit is contained in:
Juraj Michalek
2014-12-31 16:26:18 +00:00
parent 609d984b77
commit a234889ece

View File

@@ -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;
}