diff options
-rw-r--r-- | public/cart.css | 12 |
1 files 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%; } |