Fix space between navbar buttons

This commit is contained in:
rubenwardy
2018-05-17 23:08:06 +01:00
parent 7396ed9105
commit 67f028f6fc
2 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
<body>
<nav>
<ul class="nav navbar-nav">
<ul class="nav navbar-nav navbar-left">
<li><a href="/"><img src="/static/logo_dark.svg" /></a></li>
{% for item in current_menu.children recursive %}
{% if item.visible %}