diff --git a/css/level-selector.css b/css/level-selector.css index fccf498..861b463 100644 --- a/css/level-selector.css +++ b/css/level-selector.css @@ -21,6 +21,12 @@ background:rgba(0,0,0,0.5); } +@media (max-height: 220px) { + #badges { + display: none; + } +} + @media (max-width: 240px), (max-height: 400px) { .levelSelectorTitle { display: none;