mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-03-25 18:42:18 +01:00
support fot devices with small height
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
background:rgba(0,0,0,0.5);
|
background:rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 240px) {
|
@media (max-width: 240px), (max-height: 400px) {
|
||||||
.levelSelectorTitle {
|
.levelSelectorTitle {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user