adjusted media query breakpoints
This commit is contained in:
parent
d4d992a0da
commit
0140d68e87
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
/* Smartphones (portrait and landscape) ----------- */
|
||||
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
|
||||
@media only screen and (max-device-width : 480px) {
|
||||
.upperLeftUI, .upperRightUI, .openCheatsheet, .mapInfoIcon, .uv-icon, .chat-box, #exploreMapsHeader {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -76,7 +76,7 @@
|
|||
}
|
||||
|
||||
/* Smartphones (portrait) ----------- */
|
||||
@media only screen and (max-width : 320px) {
|
||||
@media only screen and (max-width : 400px) {
|
||||
|
||||
.map {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue