diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 07f62657..0b6ebe85 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -19,8 +19,8 @@ } .ios #nav, .ios #content { - top: 20px; - height: -webkit-calc(100% - 20px); + top: 8px; + height: -webkit-calc(100% - 10px); } .nav #nav { -webkit-transform: translateZ(0) translateX(0); @@ -148,9 +148,9 @@ background-position: center center; position: absolute; background-size: contain; - width: 80px; height: 38px; - left: 50%; top: 2px; - margin-left: -40px; + width: 120px; height: 40px; + left: 50%; top: -4px; + margin-left: -60px; } #header .burger { display: inline-block; @@ -178,6 +178,8 @@ padding: 10px 0; color: #bbb; float: left; + font-size:14px; + font-weight:bold; } #footer .ok { color: #000; @@ -246,10 +248,10 @@ h1 { text-align: center; margin: 0; - padding: 15px 10px 10px 10px; + padding: 16px 10px 12px 10px; border-bottom: 1px solid #000; - font-size: 18px; + font-size: 14px; color: #000; - letter-spacing: 2px; - font-weight: 100; + letter-spacing: 1px; + font-weight: bold; } |
