display word level with sufficient screen estate

This commit is contained in:
Juraj Michalek
2014-12-30 08:36:13 +00:00
parent 224e005b8c
commit a45c6f72e0
2 changed files with 7 additions and 1 deletions

View File

@@ -61,6 +61,12 @@ BODY, HTML {
float:right;
}
@media (max-width: 340px) {
#levelWord {
display: none;
}
}
.textCard {
height: 100%;
}