chore: trim styles

This commit is contained in:
Cory Dransfeldt 2024-01-01 14:38:10 -08:00
parent bd1f7b48c8
commit 0fbaf67f36
No known key found for this signature in database
2 changed files with 19 additions and 43 deletions

View file

@ -4,7 +4,7 @@
{% render "partials/nav/linked-icon.liquid", name: link.name, link: link.url, icon: link.icon %}
{% endfor %}
</nav>
<nav class="links__secondary flex--centered">
<nav class="links__secondary flex--centered text-center">
{% for link in nav.footer %}
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
{% if not forloop.last %}<span>•</span>{% endif %}