mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
fix mobile detection for higher DPI devices
This commit is contained in:
parent
5304fc2493
commit
b40d2cf93e
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ border-radius:9px;
|
||||||
|
|
||||||
/*Styles specific to mobiles*/
|
/*Styles specific to mobiles*/
|
||||||
|
|
||||||
@media handheld, only screen and (max-device-width:700px) {
|
@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){
|
||||||
img{
|
img{
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue