Skip to content

Commit

Permalink
Merge pull request #3 from robertvanlienden/feature/navigation-update
Browse files Browse the repository at this point in the history
Added class to make sure the nav gets wrapped when getting to long
  • Loading branch information
robertvanlienden authored Aug 17, 2023
2 parents cef62d6 + c170a0f commit 3ea4997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/Nav.ss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="pt-6">
<div id="navbar" class="navbar-menu is-block-desktop">
<div class="navbar-start">
<div class="navbar-start is-flex-wrap-wrap">
<% loop $Menu(1) %>
<a href="$Link" title="Go to the $Title page" class="navbar-item<% if $isCurrent %> has-text-weight-bold<% else %> has-text-weight-medium<% end_if %>">
$MenuTitle
Expand Down

0 comments on commit 3ea4997

Please sign in to comment.