Apply mobile layout to tablets for rtl styles

This commit is contained in:
Saivann 2014-07-14 11:18:22 -04:00
parent b0d36709e9
commit 0ea3ab655f

View file

@ -232,7 +232,7 @@ h2 .rssicon{
/*Styles specific to mobiles*/ /*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{ h1{
text-align:right; text-align:right;
} }