Rammohan0504 commited on
Commit
2407463
·
verified ·
1 Parent(s): 13e27b3

Update templates/order_history.html

Browse files
Files changed (1) hide show
  1. templates/order_history.html +3 -3
templates/order_history.html CHANGED
@@ -35,10 +35,10 @@
35
  padding: 10px 15px;
36
  border: none;
37
  border-radius: 5px;
38
- font-size: 16px;
39
  cursor: pointer;
40
  text-decoration: none;
41
- width: 50%;
42
  }
43
 
44
  .back-button:hover {
@@ -105,7 +105,7 @@
105
  <body>
106
 
107
  <div class="container">
108
- <h2>Order History</h2>
109
 
110
  <!-- Back to Menu Button -->
111
  <a href="{{ url_for('menu') }}" class="back-button">Back to Menu</a>
 
35
  padding: 10px 15px;
36
  border: none;
37
  border-radius: 5px;
38
+ font-size: 12px;
39
  cursor: pointer;
40
  text-decoration: none;
41
+ width: 40%;
42
  }
43
 
44
  .back-button:hover {
 
105
  <body>
106
 
107
  <div class="container">
108
+ <h2>Your Order History</h2>
109
 
110
  <!-- Back to Menu Button -->
111
  <a href="{{ url_for('menu') }}" class="back-button">Back to Menu</a>