diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-01-30 19:55:18 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-01-30 19:55:18 +0100 |
commit | cfb7e4b9064206a1d04549594eef907f5cbb3690 (patch) | |
tree | 95832b40b93eca0245da8c7a91892c031528b9ef | |
parent | 8218bc6870ff6a83417e5a065e24e6707061a02f (diff) | |
download | rpg-cfb7e4b9064206a1d04549594eef907f5cbb3690.tar.gz rpg-cfb7e4b9064206a1d04549594eef907f5cbb3690.tar.bz2 |
first attempt to fix media queries on modern smartphones
(with large resolutions)
-rw-r--r-- | css/mobile.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/mobile.css b/css/mobile.css index f3dcd3af6..023155766 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -5,8 +5,7 @@ * @author Anika Henke <anika@selfthinker.org> */ -@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { - +@media only screen and (max-width: 480px), only screen and (max-device-width: 960px) { /*____________ structure ____________*/ |