Spaces:
Sleeping
Sleeping
Update templates/order_history.html
Browse files
templates/order_history.html
CHANGED
@@ -35,10 +35,10 @@
|
|
35 |
padding: 10px 15px;
|
36 |
border: none;
|
37 |
border-radius: 5px;
|
38 |
-
font-size:
|
39 |
cursor: pointer;
|
40 |
text-decoration: none;
|
41 |
-
width:
|
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>
|