chore: tweak nav

This commit is contained in:
Cory Dransfeldt 2023-11-28 08:55:23 -08:00
parent 747e886076
commit cc42c51987
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<nav>
<ul class="flex">
{% for link in nav.menu %}
<li{% if not forloop.last %} class="mr-6"{% endif %}>
<li{% if not forloop.last %} class="mr-4"{% endif %}>
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
</li>
{% endfor %}