Footer styling tweaks
This commit is contained in:
parent
6504053e2c
commit
9c55c523d3
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue