media query for ipod touch 5th gen not working
I'm trying to figure out the width of the new ipod touch units. My css media queries are failing on the device... the logo that is appear is huge.
I've tried to google this and found some articles like: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
But nothing I've tried so far works.
Code:
Here's the media query I was expecting would work:
@media only screen and (max-width: 220px), only screen and (max-device-width: 480px) {}
I've also changed the query so it looks like:
