Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +2 -2
templates/order.html
CHANGED
@@ -140,10 +140,10 @@
|
|
140 |
</div>
|
141 |
|
142 |
<!-- Price -->
|
143 |
-
<div class="cart-item-actions">
|
144 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
145 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
146 |
-
<span style="font-size: 16px;">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
147 |
|
148 |
</div>
|
149 |
</div>
|
|
|
140 |
</div>
|
141 |
|
142 |
<!-- Price -->
|
143 |
+
<div class="cart-item-actions m">
|
144 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
145 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
146 |
+
<span style="font-size: 16px; margin-left: 10px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
147 |
|
148 |
</div>
|
149 |
</div>
|