Skip to content

Commit

Permalink
Merge pull request #1656 from neeraj10122004/main
Browse files Browse the repository at this point in the history
fix: fixed spacing issue in navbar #1654
  • Loading branch information
apu52 authored Dec 7, 2024
2 parents 95a0390 + 736586e commit 4b74112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ <h1>TourGuide . . .</h1>
<nav class="newNav">
<div style="display: flex; align-items: center;">
<img src="favicon.ico" class="sitelogo">
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span>.</span></a>
<a href="#" class="nav__logo" data-aos="fade-right">Tourguide<span style="margin-right: 0.5vw;">.</span></a>
</div>

<ul class="navLinks">
Expand Down

0 comments on commit 4b74112

Please sign in to comment.