Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -137,7 +137,7 @@
|
|
137 |
flex-direction: column;
|
138 |
}
|
139 |
.menu-image {
|
140 |
-
height:
|
141 |
width: 100%; /* Full width of the card */
|
142 |
object-fit: fill; /* Ensure the image covers the area and maintains the aspect ratio */
|
143 |
border-radius: 15px 15px 0 0; /* Rounded top corners */
|
|
|
137 |
flex-direction: column;
|
138 |
}
|
139 |
.menu-image {
|
140 |
+
height: 500px; /* Fixed height */
|
141 |
width: 100%; /* Full width of the card */
|
142 |
object-fit: fill; /* Ensure the image covers the area and maintains the aspect ratio */
|
143 |
border-radius: 15px 15px 0 0; /* Rounded top corners */
|