Victor
Victor

Reputation: 5107

windows 7 mobile css media query

How can I target Windows phone 7 with css media queries?

Right now, I am trying this with no luck.

@media only screen and (max-width: 480px) and (min-width: 5px)  { // css here }

Thanks in advance

Upvotes: 4

Views: 4854

Answers (1)

Related Questions