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 #} </div>{# /.layout-container #}
{% if page.footer %} {% if page.footer %}
<footer class="mt-auto py-8 bg-gray-700 text-center text-white"> <div class="mt-auto">
<div class="container mx-auto-px-4"> <footer class="mt-10 py-8 bg-gray-700 text-center text-white">
{{ page.footer }} <div class="container mx-auto-px-4">
</div> {{ page.footer }}
</footer> </div>
</footer>
</div>
{% endif %} {% endif %}
</div> </div>
</div> </div>