Tuesday, 13 August 2013

CSS Media Query Won't Work

CSS Media Query Won't Work

I keep trying to do a media query in my CSS doc doing something like:
@media screen and (max-device-width: 480px) { /*css here*/}
but it won't work when I test it on an iPhone. I've tried changing the
sizes and using the portrait/landscape feature, but still nothing. What am
I doing wrong?

No comments:

Post a Comment