min-width:320px not firing correctly on Opera Mini for Android
问题 Testing some media queries in various browsers on Android and noticed Opera Mini 6.5 on my Samsung Galaxy S does not seem to apply stlyes inside the following code. @media screen and (min-width: 320px){ It seems if I lower the value to 282, Opera Mini will excute the styles inside the media query. @media screen and (min-width: 282px){ I'm wondering if anyone else has run into issues with Opera Mini not handling media queries correctly on Android phones. All of the other browsers I've tested