diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/nav.css')
| -rw-r--r-- | StoneIsland/platforms/ios/www/css/nav.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/www/css/nav.css b/StoneIsland/platforms/ios/www/css/nav.css index 61834f8b..a75fb35c 100644 --- a/StoneIsland/platforms/ios/www/css/nav.css +++ b/StoneIsland/platforms/ios/www/css/nav.css @@ -142,16 +142,16 @@ padding-bottom:0px; width: 200px; padding: 50px; text-align: center; - font-size: 20px; + font-size: 17px; } #intro #compass { pointer-events: none; background-image: url(../img/compass-logo.png); background-repeat: no-repeat; background-position: center center; - background-size: 250px 250px; - width: 250px; - height: 250px; + background-size: 230px 230px; + width: 230px; + height: 230px; padding: 0px; border-radius: 50%; } @@ -334,3 +334,8 @@ h1 { letter-spacing: 1px; font-weight: bold; } + +.msg { + padding: 20px; + display: inline-block; +} |
