Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-05-03 02:48:58 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-05-03 02:48:58 +0300
commit8d926a8cc814819fefb9ad428c9edf48ff24ad71 (patch)
tree6839be619e05e83c6d7a4a437905ff7add7cdd78 /layouts
parent492f61ffb98b158734e9abd6ecdbc3f789d6ee27 (diff)
Add transition effect in the footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 79faecf..e2b5a8c 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer class="w-full max-w-7xl mx-auto text-center border-t border-gray-200 py-9 px-3 mt-9 pin-b text-sm text-gray-500">
- Made with <a href="https://gohugo.io" class="underline hover:text-blue-600">Hugo</a> and <a href="https://github.com/leonardofaria/bento" class="underline hover:text-blue-600">Bento theme</a>
+ Made with <a href="https://gohugo.io" class="underline transition duration-300 ease-in-out hover:text-blue-600">Hugo</a> and <a href="https://github.com/leonardofaria/bento" class="underline transition duration-300 ease-in-out hover:text-blue-600">Bento theme</a>
</footer>
<script>