Footer styling tweaks

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 6504053e2c
commit 9c55c523d3
2 changed files with 6 additions and 2 deletions

View file

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