From b5b270c9671547805a0d0d1509bdca053a212e8c Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Jun 2023 15:21:42 +0530 Subject: [PATCH] suresh --- app/Views/cart.php | 4 ++-- public/assets/member_css/front-style.css | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/Views/cart.php b/app/Views/cart.php index b7cea86..8be1a1d 100644 --- a/app/Views/cart.php +++ b/app/Views/cart.php @@ -48,7 +48,7 @@
1 Credit at $
-
+
$x
@@ -64,7 +64,7 @@
-
+
$
diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index 598d67f..13808bc 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -318,6 +318,9 @@ a{ body.cart .quantity{ margin:0; } +.cart .quantity{ + justify-content:start!important; +} } @media (min-width: 1100px){ .cart .cart-inner .container{ @@ -423,8 +426,12 @@ body.cart .quantity{ } @media (max-width: 768px){ .quantity .qty-no{ - height: 35px; + height: 40px; line-height:35px; + width:100px; + } + .quantity input{ + width:100px; } .quantity .plus, .quantity .minus{ height: 30px;