fix game for small screens

This commit is contained in:
Juraj Michalek
2014-12-31 16:08:38 +00:00
parent 4a86384dbb
commit 86343d7dac
3 changed files with 51 additions and 3 deletions

View File

@@ -156,8 +156,7 @@ BODY, HTML {
overflow: auto;
}
@media screen and (max-width: 340px) {
@media (min-width: 240px) and (max-width: 340px) {
.info {
font-size: 0.8em;
}