diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rw-r--r-- | StoneIsland/www/css/nav.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index 381a9f28..4a54df2a 100644 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -173,6 +173,7 @@ float: right; padding: 10px; } +#footer .back, #footer .buynow, #footer .addtocart, #footer .cancel, @@ -227,9 +228,9 @@ #story, #hub, #archive, #collection, #product, #cart { position: absolute; - top: 42px; - height: -webkit-calc(100% - 42px); - height: calc(100% - 42px); + top: 43px; + height: -webkit-calc(100% - 43px); + height: calc(100% - 43px); width: 100%; overflow: hidden; } @@ -237,9 +238,9 @@ h1 { text-align: center; margin: 0; padding: 15px 10px 10px 10px; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #000; font-size: 18px; - color: #ccc; + color: #000; letter-spacing: 2px; font-weight: 100; } |
