Font size adjust in iphone landscape view
@media only screen and (min-width : 480px) and (max-width : 767px) and (orientation:landscape), all and (-webkit-min-device-pixel-ratio: 2) { .footer p { font-size:1em !important;} .footer ul.recent li { font-size:1em !important;} body {-webkit-text-size-adjust: none;} }
NotesIf you want to set font size in 320 width size, change according in media query.
Comments
Post a Comment