fix mobile detection for higher DPI devices

This commit is contained in:
Saivann 2013-04-03 17:37:16 -04:00
parent 5304fc2493
commit b40d2cf93e

View file

@ -584,7 +584,7 @@ border-radius:9px;
/*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{
max-width:100%;
}