diff options
Diffstat (limited to 'StoneIsland/www/css/nav.css')
| -rwxr-xr-x | StoneIsland/www/css/nav.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css index b7002f20..885ee500 100755 --- a/StoneIsland/www/css/nav.css +++ b/StoneIsland/www/css/nav.css @@ -198,7 +198,7 @@ padding-bottom:0px; display: block; position: absolute; top: 0; left: 0; width: 100%; - height: 42px; + height: 48px; border-bottom: 1px solid black; } #header .logo { @@ -207,30 +207,30 @@ padding-bottom:0px; background-position: center center; position: absolute; background-size: contain; - width: 100px; height: 40px; - left: 50%; top: -4px; + width: 100px; height: 48px; + left: 50%; top: -3px; margin-left: -50px; top:0px; } #header .burger { display: inline-block; font-size: 24px; - padding: 9px 10px 5px; + padding: 12px 13px 7px; } #header .cart_rapper { display: inline-block; position: relative; float: right; - width: 40px; height: 40px; + width: 48px; height: 48px; } #header .cart { position: relative; float: right; width: 18px; - top: 15px; + top: 5px; height: 18px; - margin-right: 18px; + margin-right: 0px; background: #fff; background-image:url(../img/cart-box.png); background-size:100%; @@ -274,7 +274,7 @@ padding-bottom:0px; #footer div { width: 50%; text-align: center; - padding: 10px 0; + padding: 12px 0; color: #000; float: left; font-size:14px; @@ -462,20 +462,20 @@ padding-bottom:0px; #cart, #profile, #shipping, #payment, #settings, #orders { position: absolute; - top: 43px; - height: -webkit-calc(100% - 43px - 39px); - height: calc(100% - 43px - 39px); + top: 49px; + height: -webkit-calc(100% - 49px - 39px); + height: calc(100% - 49px - 39px); width: 100%; overflow: hidden; } #collection.single { - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } #story, #hub, #archive, .page, #closed { /* these things do not have a footer */ - height: -webkit-calc(100% - 43px); - height: calc(100% - 43px); + height: -webkit-calc(100% - 49px); + height: calc(100% - 49px); } h1 { |
