chore: menu spacing

This commit is contained in:
Cory Dransfeldt 2023-11-28 11:47:14 -08:00 committed by GitHub
parent c4d650e5e2
commit 1781550e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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