DSatishchandra commited on
Commit
27c9be0
·
verified ·
1 Parent(s): 43ed399

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +3 -3
templates/menu.html CHANGED
@@ -18,7 +18,7 @@
18
  }
19
 
20
  .container {
21
- max-width: 900px;
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: cover; /* 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 {
 
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 {