Wrap footer links

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 17388e232a
commit f344fb346e

View file

@ -1,7 +1,7 @@
<footer class="mt-10"> <footer class="mt-10">
<nav> <nav class="flex flex-wrap justify-center space-x-3">
{% for link in site.menus.footer %} {% for link in site.menus.footer %}
<a href="{{ link.href }}">{{ link.title }}</a> <a class="link" href="{{ link.href }}">{{ link.title }}</a>
{% endfor %} {% endfor %}
</nav> </nav>
</footer> </footer>