Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +4 -17
templates/order.html
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
}
|
30 |
.cart-item {
|
31 |
display: flex;
|
32 |
-
align-items: center;
|
33 |
justify-content: space-between;
|
34 |
background-color: #fffcf5; /* Slightly lighter beige */
|
35 |
border-radius: 8px;
|
@@ -62,23 +62,10 @@
|
|
62 |
font-size: 1.2rem;
|
63 |
font-weight: bold;
|
64 |
color: #2b9348; /* Green for the price */
|
65 |
-
|
66 |
}
|
67 |
|
68 |
-
/* Mobile Responsiveness */
|
69 |
-
@media (max-width: 768px) {
|
70 |
-
.cart-item-actions {
|
71 |
-
font-size: 1rem; /* Reduce font size for smaller screens */
|
72 |
-
margin-bottom: 30px; /* Reduce margin for better spacing on mobile */
|
73 |
-
}
|
74 |
-
}
|
75 |
|
76 |
-
@media (max-width: 480px) {
|
77 |
-
.cart-item-actions {
|
78 |
-
font-size: 0.9rem; /* Even smaller font size for very small screens */
|
79 |
-
margin-bottom: 20px; /* Further reduce margin for small devices */
|
80 |
-
}
|
81 |
-
}
|
82 |
|
83 |
.cart-item-actions1 {
|
84 |
font-size: 1.2rem;
|
@@ -162,10 +149,10 @@
|
|
162 |
</div>
|
163 |
|
164 |
<!-- Price -->
|
165 |
-
<div class="cart-item-actions
|
166 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
167 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
168 |
-
<span style="font-size: 16px; margin-left: 20px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
169 |
|
170 |
</div>
|
171 |
</div>
|
|
|
29 |
}
|
30 |
.cart-item {
|
31 |
display: flex;
|
32 |
+
/* align-items: center; */
|
33 |
justify-content: space-between;
|
34 |
background-color: #fffcf5; /* Slightly lighter beige */
|
35 |
border-radius: 8px;
|
|
|
62 |
font-size: 1.2rem;
|
63 |
font-weight: bold;
|
64 |
color: #2b9348; /* Green for the price */
|
65 |
+
|
66 |
}
|
67 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
.cart-item-actions1 {
|
71 |
font-size: 1.2rem;
|
|
|
149 |
</div>
|
150 |
|
151 |
<!-- Price -->
|
152 |
+
<div class="cart-item-actions ">
|
153 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
154 |
<!-- <strong>{{ item_parts[3].strip().replace('Price:', '') }}</strong> -->
|
155 |
+
<span style="font-size: 16px; margin-left: 20px">{{ item_parts[3].strip().replace('Price:', '') }}</span>
|
156 |
|
157 |
</div>
|
158 |
</div>
|