From b40d2cf93e45dbe132cf29f421ff892d3c0e6ac8 Mon Sep 17 00:00:00 2001 From: Saivann Date: Wed, 3 Apr 2013 17:37:16 -0400 Subject: [PATCH] fix mobile detection for higher DPI devices --- _less/main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_less/main.less b/_less/main.less index 633eeebb..dc1c981b 100644 --- a/_less/main.less +++ b/_less/main.less @@ -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%; }