summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/nav.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/nav.css')
-rw-r--r--StoneIsland/www/css/nav.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/StoneIsland/www/css/nav.css b/StoneIsland/www/css/nav.css
index d785c458..923dd85f 100644
--- a/StoneIsland/www/css/nav.css
+++ b/StoneIsland/www/css/nav.css
@@ -222,7 +222,7 @@ padding-bottom:0px;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: #bbb;
- font-size:13px
+ font-size:12.35px;
}
.cart::before {
@@ -302,16 +302,19 @@ padding-bottom:0px;
#selector {
display: none;
- width: 100%;
- position: absolute; bottom: 0; left: 0;
+ position: absolute;
background: #fff;
z-index: 2;
+ width:100%;
+ box-sizing:border-box
}
#selector .options div {
width: 100%;
background: white;
text-align: center;
- padding: 5px;
+ padding: 8px;
+
+ box-sizing:border-box;
font-size: 14px;
}