Skip to content

Commit 27597b8

Browse files
committed
Patched navbar bug
1 parent c74b269 commit 27597b8

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@
1818
<img class="backdrop" src="./images/backdrop.jpg">
1919
</img>
2020
<header>
21-
<a href="#" id="home-logo">
22-
<strong>
23-
&lt;LWD&gt;
24-
</strong>
25-
</a>
21+
<div id="home-logo">
22+
<a href="#">
23+
<strong>
24+
&lt;LWD&gt;
25+
</strong>
26+
</a>
27+
</div>
2628
<button id="menu-activate">
2729
<i class="fas fa-bars"></i>
2830
</button>

0 commit comments

Comments
 (0)