Subbu1304 commited on
Commit
fdc24d6
·
verified ·
1 Parent(s): 6fdadc7

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -20,7 +20,7 @@
20
  max-width: 900px;
21
  }
22
  .menu-card {
23
- max-width: 400px;
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: fill; /* 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 {
 
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 {