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

---
 wiki/menu.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index 6a0ae210..fa104d60 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -2,16 +2,15 @@
   .navbar {
     padding-top: 60px; /* Adjust this value based on your logo size */
   }
-
+  
   .logo-container {
     position: absolute;
     top: -50px; /* 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 */
   }
-  
   .navbar-logo {
-    max-width: 100px;
+    max-width: 150px;
     border-radius: 10px;
   }
 </style>
@@ -24,8 +23,7 @@
       <img alt="Brand" class="navbar-logo" src="https://static.igem.wiki/teams/5187/art/logo.png">
     </div>
 
-    <!---- TEAM NAME ---->
-    <a class="navbar-brand" href="#"><a>   Tsinghua</a>
+   
 
     <!---- SMALL SCREEN MENU ICON ---->
     <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
-- 
GitLab