Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +4 -1
templates/menu.html
CHANGED
@@ -9,9 +9,12 @@
|
|
9 |
<style>
|
10 |
body {
|
11 |
font-family: Arial, sans-serif;
|
12 |
-
background-color: #
|
13 |
margin: 0;
|
14 |
padding: 0;
|
|
|
|
|
|
|
15 |
}
|
16 |
.container {
|
17 |
max-width: 900px;
|
|
|
9 |
<style>
|
10 |
body {
|
11 |
font-family: Arial, sans-serif;
|
12 |
+
background-color: #fdf4e3; /* Updated background color */
|
13 |
margin: 0;
|
14 |
padding: 0;
|
15 |
+
display: flex;
|
16 |
+
flex-direction: column;
|
17 |
+
min-height: 100vh;
|
18 |
}
|
19 |
.container {
|
20 |
max-width: 900px;
|