Skip to content

Commit

Permalink
Improve mobile nav more (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpeterka committed Jul 16, 2023
1 parent 5461ecd commit e64e2d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/navbars/mobile_navbar.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@

</ul>

<div class="collapse navbar-collapse extended-navbar navbar-icon-grid" id="extendedNavbar">


<div class="collapse navbar-collapse extended-navbar" id="extendedNavbar">
<ul class="navbar-nav navbar-icon-grid">
<li class="nav-item">
<a href="{{ url_for('PublicRecipeView:index') }}">
<div class="navbar-icon">
Expand Down Expand Up @@ -89,6 +88,7 @@
</div>
</a>
</li>
</ul>
</div>

</div>
Expand Down

0 comments on commit e64e2d1

Please sign in to comment.