Skip to content

Commit

Permalink
fix: [Bug] Desktop Nav Is Visible on Mobile developer-job-simulation#2
Browse files Browse the repository at this point in the history
  • Loading branch information
juancaorg committed Jun 4, 2023
1 parent 9ad44f0 commit cccdfda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
title="Toggle Navigation Menu"
><i class="fa fa-bars"></i
></a>
<!-- TODO: Fix Issue, Desktop Nav Is Visible on Mobile -->
<a id="nav-logo" class="bar-item button padding-large white" href="#">JobSimulator.Dev</a>
<a id="nav-challenges" class="bar-item button padding-large hover-white" href="#challenges">Browse Challenges</a>
<a id="nav-signup" class="bar-item button padding-large hover-white" href="#signup">Sign Up</a>
<a id="nav-challenges" class="bar-item button padding-large hover-white hide-small" href="#challenges">Browse Challenges</a>
<a id="nav-signup" class="bar-item button padding-large hover-white hide-small" href="#signup">Sign Up</a>
</div>

<!-- Navbar on small screens -->
Expand Down

0 comments on commit cccdfda

Please sign in to comment.