Skip to content

Commit

Permalink
Contact page Navbar alignment Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biswa committed Oct 28, 2024
1 parent 2f23c52 commit 1b39ded
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,16 @@
<body>
<div class="container-fluid">
<header style="background-color: black;height:85px;">
<nav style="padding: 5px;width:90%;">
<div class="logo">
<nav style="padding: 5px;width:100%;">
<div class="logo" style="align-items: center;">
<img src="img/logo.png" id="logo-web">
<h1 id="logo"><a href="#home">BuddyTrail</a></h1>
<h1 id="logo"><a href="#home" style="margin-left: 18px; margin-top: 5px;">BuddyTrail</a></h1>
</div>

<!-- Hamburger button for mobile -->
<button class="hamburger" id="hamburger"></button>

<ul id="nav-list">
<ul id="nav-list" style="margin-left: 65px;">
<!-- Close button for dropdown -->
<span class="dropdown-close-btn" id="closeBtn">×</span>
<li><a href="./index.html" class="navhover">Home</a></li>
Expand Down

0 comments on commit 1b39ded

Please sign in to comment.