diff --git a/header.css b/header.css index ee6f8e7..6f6e5bb 100644 --- a/header.css +++ b/header.css @@ -56,7 +56,7 @@ header a { align-items:center; background:transparent; font-size:0.8em; - margin-left:auto; + /*margin-left:auto;*/ margin-right:5px; white-space: nowrap; } diff --git a/index.html b/index.html index fe714f6..b4bfd59 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,16 @@ Tipser +
Tipser 🚀 @@ -40,37 +51,38 @@ -
-
-

Product

- -
+
-

Product compact

- -
+

Product

+ +
-

Collection

- +

Product compact

+ +
-
SHOES
+

Collection

+ +
SHOES
- -

Collection with carousel

-
SHOES
-

Store

- -
+ +

Collection with carousel

+
SHOES
+ +

Store

+ +
+
+ + + + + + + diff --git a/tipser-elements-adjustments.css b/tipser-elements-adjustments.css index 1b87ff2..a759dfc 100644 --- a/tipser-elements-adjustments.css +++ b/tipser-elements-adjustments.css @@ -1,10 +1,5 @@ #cart { - position: fixed; - top: 121px; - background: #fff; - padding: 10px; - box-shadow: -2px 2px 7px rgba(0,0,0,0.3); - z-index: 10; + margin: 0 20px 0 auto; } .cart-icon .tipser-icon.tipser-icon-cart { @@ -12,8 +7,8 @@ } #cart .cart-icon .tipser-icon .tipser-cart-size-indicator { - width: 25px; - height: 25px; + width: 20px; + height: 20px; top: 50%; border: 2px solid #cacaca; border-radius: 50%;