Pin the footer to the bottom of the page

This commit is contained in:
Oliver Davies 2021-03-19 00:07:17 +00:00
parent 80d46b411c
commit 855ae09f1b

View file

@ -107,7 +107,7 @@
</div>{# /.layout-container #}
{% if page.footer %}
<footer class="mt-10 py-8 bg-gray-700 text-center text-white">
<footer class="mt-auto py-8 bg-gray-700 text-center text-white">
<div class="container mx-auto-px-4">
{{ page.footer }}
</div>