From ddb0fc71e46966d0a65a059e20f0d164b1d98f20 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Tue, 23 Jul 2024 14:17:43 +0000 Subject: [PATCH] Update file menu.html --- wiki/menu.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/menu.html b/wiki/menu.html index fa104d60..ae5bec44 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 */ } -- GitLab