From 0ea3ab655f3b09bfdcc51ccf56ba42ce945841e9 Mon Sep 17 00:00:00 2001 From: Saivann Date: Mon, 14 Jul 2014 11:18:22 -0400 Subject: [PATCH] Apply mobile layout to tablets for rtl styles --- _less/rtl.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_less/rtl.less b/_less/rtl.less index 1b494da2..d9b3e56d 100644 --- a/_less/rtl.less +++ b/_less/rtl.less @@ -232,7 +232,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 ){ h1{ text-align:right; }