What are the media queries to target iphone 3g through iphone 5 and ipad1 through ipad4?
@media (min-device-width:320px) and (max-device-width:768px) { #nav { yada:yada; } }
How To Use Media Queries For Device Targeting or http://css-tricks.com/css-media-queries/
What are the media queries to target iphone 3g through iphone 5 and ipad1 through ipad4?
@media (min-device-width:320px) and (max-device-width:768px) { #nav { yada:yada; } }
How To Use Media Queries For Device Targeting or http://css-tricks.com/css-media-queries/