chore: trim styles
This commit is contained in:
parent
bd1f7b48c8
commit
0fbaf67f36
2 changed files with 19 additions and 43 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue