Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- 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:
|
102 |
-
height:
|
103 |
border: none;
|
104 |
background-color: #f0f0f0;
|
105 |
-
font-size:
|
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 |
}
|