Oct
7

iPhone only stylesheet

If you want to include styles that will only apply to an iPhone you can do so by using and @media declaration within your main stylesheet.

@media screen and (max-device-width: 480px){
h2 { font-size:22px; }
}

Leave a comment

Sponsored links