Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
margin: auto;
|
25 |
}
|
26 |
.menu-image {
|
27 |
-
height:
|
28 |
-
width:
|
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:
|
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;
|