Update footer section styling
This commit is contained in:
parent
38cc716bb1
commit
ebacc4530f
|
@ -104,13 +104,14 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% if page.footer %}
|
||||
<footer>
|
||||
{{ page.footer }}
|
||||
</footer>
|
||||
{% endif %}
|
||||
|
||||
</div>{# /.layout-container #}
|
||||
|
||||
{% if page.footer %}
|
||||
<footer class="mt-10 py-8 bg-gray-700 text-center text-white">
|
||||
<div class="container mx-auto-px-4">
|
||||
{{ page.footer }}
|
||||
</div>
|
||||
</footer>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue