Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
|
@@ -53,7 +53,7 @@
|
|
| 53 |
background: linear-gradient(135deg, #28a745, #006400); /* Gradient green */
|
| 54 |
color: white; /* Make the text color white */
|
| 55 |
border: none; /* Remove the border */
|
| 56 |
-
padding:
|
| 57 |
font-size: 16px; /* Adjust font size */
|
| 58 |
border-radius: 5px; /* Optional: round the corners */
|
| 59 |
transition: background 0.3s ease; /* Add transition effect for hover */
|
|
|
|
| 53 |
background: linear-gradient(135deg, #28a745, #006400); /* Gradient green */
|
| 54 |
color: white; /* Make the text color white */
|
| 55 |
border: none; /* Remove the border */
|
| 56 |
+
padding: 8px 15px; /* Adjust padding */
|
| 57 |
font-size: 16px; /* Adjust font size */
|
| 58 |
border-radius: 5px; /* Optional: round the corners */
|
| 59 |
transition: background 0.3s ease; /* Add transition effect for hover */
|