| author | Paul Wilde <me@paulwilde.co.uk> |
| Sun Feb 12 19:42:24 2012 +0000 (3 months ago) | |
| branch | rewrite |
| changeset 550 | fa43581dc285 |
| parent 549 | c3000d8d9e95 |
| child 551 | 1d276b7f36bd |
1.1 --- a/assets/styles/global.css Sun Feb 12 19:34:41 2012 +0000 1.2 +++ b/assets/styles/global.css Sun Feb 12 19:42:24 2012 +0000 1.3 @@ -551,7 +551,7 @@ 1.4 /********** Media Queries **********/ 1.5 1.6 /* Notice: Prevent iOS devices from scaling the font-size on landscape mode */ 1.7 -@media (orientation: landscape) { 1.8 +@media (max-device-width: 1000px) and (orientation: landscape) { 1.9 html { -webkit-text-size-adjust: none; } 1.10 } 1.11