chore: less styles, if we can
This commit is contained in:
parent
f211c70d5b
commit
f21089c472
3 changed files with 152 additions and 200 deletions
|
@ -1,10 +1,10 @@
|
|||
<footer>
|
||||
<nav class="social__main flex--centered">
|
||||
<nav class="flex--centered text-center">
|
||||
{% for link in nav.social %}
|
||||
{% render "partials/nav/linked-icon.liquid", name: link.name, link: link.url, icon: link.icon %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
<nav class="links__secondary flex--centered text-center">
|
||||
<nav class="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