Skip to content

Commit 0829873

Browse files
committed
Improve cart design
Add a small margin on desktop to cart icon
1 parent d38c3bc commit 0829873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Header/Cart.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
>
1313
<img
1414
alt="Cart icon"
15-
class="h-12 ml-4 lg:ml-0"
15+
class="h-12 ml-4 lg:ml-2"
1616
aria-label="Cart"
1717
src="~/assets/Cart.svg"
1818
/></span>
1919
</transition>
2020
<transition name="cart">
2121
<div v-if="cartLength">
2222
<span
23-
class="absolute w-6 h-6 pb-2 ml-16 -mt-12 text-center text-white bg-black rounded-full lg:ml-12"
23+
class="absolute w-6 h-6 pb-2 ml-16 -mt-12 text-center text-white bg-black rounded-full lg:ml-14"
2424
>
2525
{{ cartLength }}
2626
</span>

0 commit comments

Comments
 (0)