Is there a way to apply CSS media queries specifically for Windows phone 7?
I have attempted the following code without success:
@media only screen and (max-width: 480px) and (min-width: 5px) { // css here }
Any advice or guidance would be greatly appreciated. Thank you in advance!