Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +2 -1
templates/menu.html
CHANGED
@@ -19,6 +19,7 @@
|
|
19 |
font-size: 14px; /* Smaller font size */
|
20 |
border-radius: 5px; /* Optional: round the corners */
|
21 |
transition: background 0.3s ease; /* Add transition effect for hover */
|
|
|
22 |
}
|
23 |
|
24 |
.addbutton .btn:hover {
|
@@ -28,7 +29,7 @@
|
|
28 |
|
29 |
.customisable-text {
|
30 |
color: #28a745; /* Same color as the "ADD" button */
|
31 |
-
font-size:
|
32 |
margin: 0;
|
33 |
}
|
34 |
|
|
|
19 |
font-size: 14px; /* Smaller font size */
|
20 |
border-radius: 5px; /* Optional: round the corners */
|
21 |
transition: background 0.3s ease; /* Add transition effect for hover */
|
22 |
+
margin-left:10px;
|
23 |
}
|
24 |
|
25 |
.addbutton .btn:hover {
|
|
|
29 |
|
30 |
.customisable-text {
|
31 |
color: #28a745; /* Same color as the "ADD" button */
|
32 |
+
font-size: 12px; /* Same font size as the "ADD" button */
|
33 |
margin: 0;
|
34 |
}
|
35 |
|