Smaller footer links on mobile

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 45be574a6a
commit 1ce8b56604

View file

@ -1,7 +1,7 @@
<footer class="mt-20">
<nav class="flex flex-wrap justify-center -mb-3">
{% for link in site.menus.footer %}
<a class="mx-3 mb-3 text-lg dark:text-white dark:text-decoration-white link" href="{{ link.href }}">{{ link.title }}</a>
<a class="mx-3 mb-3 text-base md:text-lg dark:text-white dark:text-decoration-white link" href="{{ link.href }}">{{ link.title }}</a>
{% endfor %}
</nav>
</footer>