diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-18 21:35:29 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-18 21:35:29 -0500 |
| commit | d18761c6a093f3dd8bfee5fb7b91f7fb17465046 (patch) | |
| tree | af124ea1f465b28280f18c9f8b4e57a95499f7e8 /StoneIsland/www/css/nav.css | |
| parent | 148b087a2f8c8972d18fd0a3aceb0d4f82f6741f (diff) | |
| parent | db9d9676d7bf23da35fae0f682df252771ba1cf3 (diff) | |
Merge branch 'master' of github.com:okfocus/stone-island
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; } |
