Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
max-width: 900px;
|
21 |
}
|
22 |
.menu-card {
|
23 |
-
|
24 |
border-radius: 15px;
|
25 |
overflow: hidden;
|
26 |
background-color: #fff;
|
@@ -31,7 +31,7 @@
|
|
31 |
.menu-image {
|
32 |
height: 200px; /* Fixed height */
|
33 |
width: 100%; /* Full width of the card */
|
34 |
-
object-fit:
|
35 |
border-radius: 15px 15px 0 0; /* Rounded top corners */
|
36 |
}
|
37 |
.card-title {
|
|
|
20 |
max-width: 900px;
|
21 |
}
|
22 |
.menu-card {
|
23 |
+
width: 400px;
|
24 |
border-radius: 15px;
|
25 |
overflow: hidden;
|
26 |
background-color: #fff;
|
|
|
31 |
.menu-image {
|
32 |
height: 200px; /* Fixed height */
|
33 |
width: 100%; /* Full width of the card */
|
34 |
+
object-fit:cover; /* Ensure the image covers the area and maintains the aspect ratio */
|
35 |
border-radius: 15px 15px 0 0; /* Rounded top corners */
|
36 |
}
|
37 |
.card-title {
|