Add space above the footer
This commit is contained in:
parent
ffe3460672
commit
a5f27b03c5
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue