Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
font-weight:bold;
|
23 |
border-radius: 5px; /* Optional: round the corners */
|
24 |
transition: background 0.3s ease, border-color 0.3s ease; /* Add transition effect for hover */
|
25 |
-
margin-left:
|
26 |
}
|
27 |
|
28 |
.addbutton .btn:hover {
|
@@ -37,7 +37,7 @@
|
|
37 |
.customisable-text {
|
38 |
color: #28a745; /* Same color as the "ADD" button */
|
39 |
font-size: 12px; /* Same font size as the "ADD" button */
|
40 |
-
margin-left:
|
41 |
margin-top:1px;
|
42 |
}
|
43 |
|
|
|
22 |
font-weight:bold;
|
23 |
border-radius: 5px; /* Optional: round the corners */
|
24 |
transition: background 0.3s ease, border-color 0.3s ease; /* Add transition effect for hover */
|
25 |
+
margin-left: 13px; /* Margin for positioning */
|
26 |
}
|
27 |
|
28 |
.addbutton .btn:hover {
|
|
|
37 |
.customisable-text {
|
38 |
color: #28a745; /* Same color as the "ADD" button */
|
39 |
font-size: 12px; /* Same font size as the "ADD" button */
|
40 |
+
margin-left: 5px;
|
41 |
margin-top:1px;
|
42 |
}
|
43 |
|