Skip to content

Commit

Permalink
Merge pull request #671 from CTPUG/bugfix/correctly_add_navbar_alignment
Browse files Browse the repository at this point in the history
Add alignment specification to vertically center the navbar
  • Loading branch information
drnlm committed Jun 30, 2023
2 parents 7700721 + 727d975 commit c23ea62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wafer/templates/wafer/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="collapse navbar-collapse" id="wafer-navbar-collapse">
{% block navmenulist %}
<ul class="navbar-nav mr-auto">
<ul class="navbar-nav mr-auto align-items-center">
{% for item in WAFER_MENUS.items %}
{% if item.image and item.url %}
<li class="nav-item icon">
Expand Down

0 comments on commit c23ea62

Please sign in to comment.