nagasurendra commited on
Commit
64b31b0
·
verified ·
1 Parent(s): 5383c0e

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -1
templates/cart.html CHANGED
@@ -27,6 +27,8 @@
27
  .cart-container:hover {
28
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
29
  }
 
 
30
  .cart-item {
31
  display: flex;
32
  align-items: flex-start;
@@ -37,7 +39,7 @@
37
  .cart-item img {
38
  width: 80px; /* Adjust the width automatically */
39
  height: 100px; /* Increased height */
40
- object-fit: contain; /* Ensures the whole image is visible */
41
  border-radius: 8px;
42
  transition: transform 0.3s;
43
  margin-bottom: 10px;
 
27
  .cart-container:hover {
28
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
29
  }
30
+
31
+
32
  .cart-item {
33
  display: flex;
34
  align-items: flex-start;
 
39
  .cart-item img {
40
  width: 80px; /* Adjust the width automatically */
41
  height: 100px; /* Increased height */
42
+ object-fit: cover; /* Ensures the whole image is visible */
43
  border-radius: 8px;
44
  transition: transform 0.3s;
45
  margin-bottom: 10px;