From b2695f69cb984938b671cc2178e688f650b84aa1 Mon Sep 17 00:00:00 2001 From: devansh bawari Date: Fri, 12 Feb 2021 15:30:27 +0530 Subject: [PATCH] Slightly Top CSS Added --- .../src/Resources/views/shop/checkout/cart/index.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php index c5df99812..f8ed0ca57 100644 --- a/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php +++ b/packages/Webkul/Velocity/src/Resources/views/shop/checkout/cart/index.blade.php @@ -19,6 +19,8 @@ .alert-wishlist { display: inline-block; + position: relative; + top: -2px; } @endpush