Spaces:
Sleeping
Sleeping
Update templates/order.html
Browse files- templates/order.html +4 -1
templates/order.html
CHANGED
@@ -107,6 +107,9 @@
|
|
107 |
color: #ffcc00;
|
108 |
font-weight: bold;
|
109 |
}
|
|
|
|
|
|
|
110 |
</style>
|
111 |
</head>
|
112 |
<body>
|
@@ -149,7 +152,7 @@
|
|
149 |
<p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
|
150 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
151 |
</div> -->
|
152 |
-
<div class="container mt-5">
|
153 |
<div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
|
154 |
<div class="d-flex justify-content-between mb-3">
|
155 |
<p><strong>Sub-Total:</strong></p>
|
|
|
107 |
color: #ffcc00;
|
108 |
font-weight: bold;
|
109 |
}
|
110 |
+
.totsl_bill{
|
111 |
+
max-width: 768px;
|
112 |
+
}
|
113 |
</style>
|
114 |
</head>
|
115 |
<body>
|
|
|
152 |
<p><strong>Discount:</strong> <span class="total-price">${{ "%.2f"|format(order.Discount__c) }}</span></p>
|
153 |
<p><strong>Total Bill:</strong> <span class="total-price">${{ "%.2f"|format(order.Total_Bill__c) }}</span></p>
|
154 |
</div> -->
|
155 |
+
<div class="container mt-5 totsl_bill">
|
156 |
<div class="order-summary p-5 border rounded shadow" style="background-color: #fff;">
|
157 |
<div class="d-flex justify-content-between mb-3">
|
158 |
<p><strong>Sub-Total:</strong></p>
|