Skip to content

Commit

Permalink
Merge pull request #233 from challengepost/full-redesign-navbar-fix-b…
Browse files Browse the repository at this point in the history
…reakpoint-issue

Fix main Navbar issue breaking at a certain screen size
  • Loading branch information
alexventuraio authored Aug 24, 2023
2 parents 1170ccd + fefe47f commit a9be63e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
strong
display: inline

@media only screen and (max-width: 1076px)
padding: 0 1.18em

.alpha
display: none
letter-spacing: 1px
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<%= link_to reimagine_root_url(path: '/hackathons'), class: 'main-link', data: { role: 'discover' } do %>
Hackathons
Expand Down

0 comments on commit a9be63e

Please sign in to comment.