Align center logo

This commit is contained in:
cuom1999 2023-09-21 12:25:02 -05:00
parent caf9fc15fd
commit db37cb4c40
2 changed files with 7 additions and 1 deletions

View file

@ -229,6 +229,12 @@ nav {
text-transform: uppercase;
position: relative;
&.home-nav-element {
display: flex;
align-items: center;
margin-right: 1em;
}
&.home-nav-element a {
padding: 0;
height: 44px;

View file

@ -213,7 +213,7 @@
<div id="nav-container" style="display: flex">
<span id="navicon"><i class="fa fa-bars"></i></span>
<ul id="nav-list">
<li class="home-nav-element" style="margin-right: 1em"><a href="{{ url('home') }}">{% include "site-logo-fragment.html" %}</a></li>
<li class="home-nav-element"><a href="{{ url('home') }}">{% include "site-logo-fragment.html" %}</a></li>
<li class="home-menu-item"><a href="{{ url('home') }}" class="nav-home">{{ _('Home') }}</a></li>
{% for node in mptt_tree(nav_bar) recursive %}
<li>