Add space above the footer

This commit is contained in:
Oliver Davies 2021-04-12 00:19:34 +01:00
parent ffe3460672
commit a5f27b03c5

View file

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