From 4f0ed342fbed0fdc5659d71e5548cd8022917340 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Jun 2023 15:07:08 +0530 Subject: [PATCH] suresh --- public/assets/member_css/front-style.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/public/assets/member_css/front-style.css b/public/assets/member_css/front-style.css index aa1d24c..598d67f 100644 --- a/public/assets/member_css/front-style.css +++ b/public/assets/member_css/front-style.css @@ -409,6 +409,7 @@ body.cart .quantity{ padding: 0; width: 30px; height: 45px; + line-height:35px; line-height:45px; font-size: 15px; color:#686868; @@ -421,8 +422,14 @@ body.cart .quantity{ left:0; } @media (max-width: 768px){ - .quantity input{ - font-size:19px; + .quantity .qty-no{ + height: 35px; + line-height:35px; + } + .quantity .plus, .quantity .minus{ + height: 30px; + line-height: 30px; + font-size: 12px; } } .remove-product a{