Subbu1304 commited on
Commit
5da4a53
·
verified ·
1 Parent(s): d92a6e7

Update templates/order.html

Browse files
Files changed (1) hide show
  1. templates/order.html +4 -1
templates/order.html CHANGED
@@ -120,12 +120,15 @@
120
  .totsl_bill{
121
  max-width: 768px;
122
  }
 
 
 
123
  </style>
124
  </head>
125
  <body>
126
  <div class="container">
127
  <div class="order-container">
128
- <h4 class="mb-4 text-center">Your Order Summary</h4>
129
 
130
  {% if order %}
131
  {% for line in order.Order_Details__c.split('\n') %}
 
120
  .totsl_bill{
121
  max-width: 768px;
122
  }
123
+ .yourorder{
124
+ font-style:
125
+ }
126
  </style>
127
  </head>
128
  <body>
129
  <div class="container">
130
  <div class="order-container">
131
+ <h3 class="mb-4 text-center">Your Order Summary</h3>
132
 
133
  {% if order %}
134
  {% for line in order.Order_Details__c.split('\n') %}