Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -76,7 +76,7 @@
|
|
76 |
color: #fff;
|
77 |
border: none;
|
78 |
padding: 4px 12px; /* Reduced padding for smaller height */
|
79 |
-
border-radius: 5px;
|
80 |
display: flex;
|
81 |
align-items: center;
|
82 |
font-size: 12px; /* Slightly smaller text */
|
|
|
76 |
color: #fff;
|
77 |
border: none;
|
78 |
padding: 4px 12px; /* Reduced padding for smaller height */
|
79 |
+
border-radius: 5px 0px 0px 5px ;
|
80 |
display: flex;
|
81 |
align-items: center;
|
82 |
font-size: 12px; /* Slightly smaller text */
|