Skip to content
Snippets Groups Projects
Verified Commit 4fad0c97 authored by David Beniamine's avatar David Beniamine
Browse files

Fix nav ul

parent 48a4d744
Branches
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@
{% for tag in tags|sort %}
<li class="nav-link"><a href="{{base_url}}/blog/?tag={{ tag }}">{{ tag }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% elseif (pageDepth == 2) and parentPage %}
<li class="nav-link"><a href="{{ page.url }}">{{ page.title }}</a></li>
......
......@@ -81,16 +81,18 @@ body { display: flex; flex-direction: column; }
}
#top ul {
list-style: none;
margin: 0;
padding: 0;
}
#top ul li {
display: inline-block;
display: block;
margin-left: 1em;
padding: 0;
font-weight: bold;
}
#top ul.dropdown-menu {
max-width: 50%;
}
a#logo, #top a, #nav-toggle { color: #556d5f; }
a#logo:hover, #top .active a, #top a:hover, #nav-toggle:hover { color: #1e924d; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment