Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -35,7 +35,7 @@
|
|
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:
|
39 |
}
|
40 |
|
41 |
.card-title {
|
|
|
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: 15px 15px 0 0; /* Rounded top corners */
|
39 |
}
|
40 |
|
41 |
.card-title {
|