From 3b17e46bc9a795d590f126a34d594b639d7ff618 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Tue, 23 Jul 2024 14:23:18 +0000
Subject: [PATCH] Update file menu.html

---
 wiki/menu.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index 3b49ab2c..08d00d84 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -5,7 +5,7 @@
   
   .logo-container {
     position: absolute;
-    top: 40px; /* Adjust this value to position the logo correctly */
+    top: 10px; /* Adjust this value to position the logo correctly */
     left: 10px; /* Align with the left edge of the container */
     z-index: 1030; /* Ensure logo appears above navbar */
   }
-- 
GitLab