Footer styling tweaks
This commit is contained in:
parent
6504053e2c
commit
9c55c523d3
|
@ -7,5 +7,9 @@
|
|||
.text-decoration-blue-800 {
|
||||
text-decoration-color: theme('colors.blue.800');
|
||||
}
|
||||
|
||||
.text-decoration-white {
|
||||
text-decoration-color: theme('colors.white');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue