Skip to content
Snippets Groups Projects
Commit 11b73b64 authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file menu.html

parent 7ca31500
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment