Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
}
|
65 |
|
66 |
.card-body{
|
67 |
-
margin:
|
68 |
}
|
69 |
|
70 |
|
@@ -101,7 +101,7 @@
|
|
101 |
top: 50%;
|
102 |
right: 10px; /* Position the Add button right next to Customize */
|
103 |
transform: translateY(-50%);
|
104 |
-
background-color: #
|
105 |
color: #fff;
|
106 |
border: none;
|
107 |
padding: 6px 18px;
|
|
|
64 |
}
|
65 |
|
66 |
.card-body{
|
67 |
+
margin:3px 3px 3px 3px;
|
68 |
}
|
69 |
|
70 |
|
|
|
101 |
top: 50%;
|
102 |
right: 10px; /* Position the Add button right next to Customize */
|
103 |
transform: translateY(-50%);
|
104 |
+
background-color: #D32F2F; /* Red color for the Add button */
|
105 |
color: #fff;
|
106 |
border: none;
|
107 |
padding: 6px 18px;
|