diff --git a/wiki/menu.html b/wiki/menu.html index fa104d605e1d82203b1ae565eba84dcc35356e05..ae5bec44b9978c8ebffc0db9d26c78e8de300202 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -1,11 +1,11 @@ <style> .navbar { - padding-top: 60px; /* Adjust this value based on your logo size */ + padding-top: 100px; /* Adjust this value based on your logo size */ } .logo-container { position: absolute; - top: -50px; /* Adjust this value to position the logo correctly */ + top: 25px; /* Adjust this value to position the logo correctly */ left: 15px; /* Align with the left edge of the container */ z-index: 1030; /* Ensure logo appears above navbar */ }