Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
@@ -75,11 +75,11 @@
|
|
75 |
background-color: #f0a500; /* Color similar to the one in the image */
|
76 |
color: #fff;
|
77 |
border: none;
|
78 |
-
padding:
|
79 |
border-radius: 5px;
|
80 |
display: flex;
|
81 |
align-items: center;
|
82 |
-
font-size:
|
83 |
}
|
84 |
|
85 |
.customize-btn i {
|
|
|
75 |
background-color: #f0a500; /* Color similar to the one in the image */
|
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: 13px; /* Slightly smaller text */
|
83 |
}
|
84 |
|
85 |
.customize-btn i {
|