Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
}
|
19 |
|
20 |
.container {
|
21 |
-
max-width:
|
22 |
}
|
23 |
|
24 |
.menu-card {
|
@@ -34,8 +34,8 @@
|
|
34 |
.menu-image {
|
35 |
height: 200px; /* Fixed height */
|
36 |
width: 100%; /* Full width of the card */
|
37 |
-
object-fit:
|
38 |
-
border-radius:
|
39 |
}
|
40 |
|
41 |
.card-title {
|
|
|
18 |
}
|
19 |
|
20 |
.container {
|
21 |
+
max-width: 1000px;
|
22 |
}
|
23 |
|
24 |
.menu-card {
|
|
|
34 |
.menu-image {
|
35 |
height: 200px; /* Fixed height */
|
36 |
width: 100%; /* Full width of the card */
|
37 |
+
object-fit: fill; /* Ensure the image covers the area and maintains the aspect ratio */
|
38 |
+
border-radius: 20px 20px 0 0; /* Rounded top corners */
|
39 |
}
|
40 |
|
41 |
.card-title {
|