Subbu1304 commited on
Commit
13fb88c
·
verified ·
1 Parent(s): 6eba0fa

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +1 -1
templates/cart.html CHANGED
@@ -117,7 +117,7 @@
117
  <a href="/menu" style="text-decoration: none; font-size: 1.5rem; color: #007bff;">&times;</a>
118
  </div>
119
 
120
- <h4 class="mb-4">Your Cart</h4>
121
 
122
  <!-- Cart Items -->
123
  {% for item in cart_items %}
 
117
  <a href="/menu" style="text-decoration: none; font-size: 1.5rem; color: #007bff;">&times;</a>
118
  </div>
119
 
120
+ <h4 class="mb-6">Your Cart</h4>
121
 
122
  <!-- Cart Items -->
123
  {% for item in cart_items %}