diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:58:22 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-09 14:58:22 +0200 |
commit | c8921aba257e663541d0758da100d63e15af25a6 (patch) | |
tree | 1b12b7a7869e7348b007dd605ef33fa96f02e49d | |
parent | 07d9bcf6b55a7aa866397def09c300347d9c88ea (diff) |
fix cart product css
-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%; } |