Merge pull request #5 from kevinburke/responsive-for-all

Use max-width instead of max-device-width
This commit is contained in:
joshua stein 2012-09-02 10:34:59 -07:00
commit 9b5310a1eb

View file

@ -1,4 +1,4 @@
@media only screen and (max-device-width: 480px) {
@media only screen and (max-width: 480px) {
html {
-webkit-text-size-adjust: none;
}