chore: menu spacing
This commit is contained in:
parent
c4d650e5e2
commit
1781550e6a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue