Update footer section styling

This commit is contained in:
Oliver Davies 2021-03-06 10:45:35 +00:00
parent 38cc716bb1
commit ebacc4530f

View file

@ -104,13 +104,14 @@
{% endif %} {% endif %}
</div> </div>
</main> </main>
{% if page.footer %}
<footer>
{{ page.footer }}
</footer>
{% endif %}
</div>{# /.layout-container #} </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>
</div> </div>