Spaces:
Runtime error
Runtime error
Update templates/menu.html
Browse files- templates/menu.html +1 -1
templates/menu.html
CHANGED
@@ -163,7 +163,7 @@
|
|
163 |
position: absolute;
|
164 |
right: 20px; /* Adjust the value as needed to position it properly */
|
165 |
top: 50%; /* Adjust top to place it within the header */
|
166 |
-
transform: translateY(-50%); /* Correct the alignment to be perfectly centered */
|
167 |
display: flex;
|
168 |
align-items: center;
|
169 |
justify-content: center;
|
|
|
163 |
position: absolute;
|
164 |
right: 20px; /* Adjust the value as needed to position it properly */
|
165 |
top: 50%; /* Adjust top to place it within the header */
|
166 |
+
/*transform: translateY(-50%); /* Correct the alignment to be perfectly centered */
|
167 |
display: flex;
|
168 |
align-items: center;
|
169 |
justify-content: center;
|