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%; }