nagasurendra commited on
Commit
bab9508
·
verified ·
1 Parent(s): fa8d6a0

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +3 -3
templates/cart.html CHANGED
@@ -98,11 +98,11 @@
98
  margin-top: 5px;
99
  }
100
  .cart-item-quantity button {
101
- width: 30px;
102
- height: 30px;
103
  border: none;
104
  background-color: #f0f0f0;
105
- font-size: 1rem;
106
  font-weight: bold;
107
  cursor: pointer;
108
  }
 
98
  margin-top: 5px;
99
  }
100
  .cart-item-quantity button {
101
+ width: 24px;
102
+ height: 24px;
103
  border: none;
104
  background-color: #f0f0f0;
105
+ font-size: 0.8rem;
106
  font-weight: bold;
107
  cursor: pointer;
108
  }