mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-15 16:23:55 +01:00
support fot devices with small height
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user