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{