DSatishchandra commited on
Commit
7a5c32b
·
verified ·
1 Parent(s): 5291fb9

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +3 -3
templates/menu.html CHANGED
@@ -24,8 +24,8 @@
24
  margin: auto;
25
  }
26
  .menu-image {
27
- height: 200px;
28
- width: 100%;
29
  object-fit: cover;
30
  border-radius: 15px 15px 0 0;
31
  }
@@ -46,7 +46,7 @@
46
  margin-bottom: 15px;
47
  }
48
  .addons-container {
49
- max-height: 150px;
50
  overflow-y: auto;
51
  border: 1px solid #ddd;
52
  padding: 10px;
 
24
  margin: auto;
25
  }
26
  .menu-image {
27
+ height: 150px;
28
+ width: 90%;
29
  object-fit: cover;
30
  border-radius: 15px 15px 0 0;
31
  }
 
46
  margin-bottom: 15px;
47
  }
48
  .addons-container {
49
+ max-height: 130px;
50
  overflow-y: auto;
51
  border: 1px solid #ddd;
52
  padding: 10px;