Fix space between navbar buttons

This commit is contained in:
rubenwardy 2018-05-17 23:08:06 +01:00
parent 7396ed9105
commit 67f028f6fc
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,11 @@ nav {
background: #333;
}
nav .navbar-nav {
nav .navbar-left {
float: left;
}
nav .navbar-left li {
float: left;
}

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 %}