From c8921aba257e663541d0758da100d63e15af25a6 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 9 May 2023 14:58:22 +0200 Subject: fix cart product css --- public/cart.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/cart.css b/public/cart.css index 247a254..5830f83 100644 --- a/public/cart.css +++ b/public/cart.css @@ -4,12 +4,12 @@ margin-bottom: 8px; border-radius: 8px; display: flex; + gap: 8px; + align-items: center; } -.product img { - height: 70px; -} +.product img { height: 70px; } -.product input[type=number]::-webkit-inner-spin-button { - opacity: 1; -} +.product input[type=number]::-webkit-inner-spin-button { opacity: 1; } + +.product .name { width: 100%; } -- cgit v1.2.3