From 59ab9197a86a2ffa249a128f931d1ee3d2520c1c Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 1 Jul 2014 12:37:22 -0400 Subject: [PATCH] Apply responsive layout for tablets --- _less/screen.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_less/screen.less b/_less/screen.less index 8f5dd919..8d78ed71 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1696,7 +1696,7 @@ h2 .rssicon{ /*Styles specific to mobiles*/ -@media handheld, only screen and (max-device-height: 37em), only screen and (max-device-width: 50em){ +@media handheld, only screen and ( max-width: 60em ), only screen and ( max-device-width: 60em ){ img{ max-width:100%; }