mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
Changed the navbar element spacing to make it look more even.
This commit is contained in:
parent
336ade7d44
commit
d66ee34d2e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<h1><a class="navbar-brand" href="{{ url_for("main.home") }}"><span>#!</span> money?</a></h1>
|
||||
|
||||
<div class="collapse navbar-collapse" id="navbarToggler">
|
||||
<ul class="navbar-nav ml-auto mr-auto">
|
||||
<ul class="navbar-nav nav-fill w-100">
|
||||
{% if g.project %}
|
||||
{% block navbar %}
|
||||
<li class="nav-item{% if current_view == 'list_bills' %} active{% endif %}"><a class="nav-link" href="{{ url_for("main.list_bills") }}">{{ _("Bills") }}</a></li>
|
||||
|
|
Loading…
Reference in a new issue