diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/nav.css')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/nav.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/www/css/nav.css b/StoneIsland/platforms/ios/www/css/nav.css index e5c03010..cf1a94e3 100644 --- a/StoneIsland/platforms/ios/www/css/nav.css +++ b/StoneIsland/platforms/ios/www/css/nav.css @@ -16,11 +16,13 @@ -webkit-transform: translateZ(0) translateX(0px); -webkit-transition: -webkit-transform 0.3s; } +/* .ios #nav, .ios #content { - top: 40px; - height: -webkit-calc(100% - 40px); + top: 20px; + height: -webkit-calc(100% - 20px); } + */ .nav #nav { -webkit-transform: translateZ(0) translateX(0); } @@ -43,7 +45,7 @@ } #intro div { position: absolute; - top: 50%; left: 50%; + top: 40%; left: 50%; width: 200px; padding: 50px; text-align: center; @@ -71,7 +73,7 @@ } #intro .latlng { position: absolute; - bottom: 0; left: 0; width: 100%; + bottom: 10%; left: 0; width: 100%; text-align: center; z-index: 2 } |
