fix: keep footer at bottom on short pages

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/b935601c-c133-451b-9de5-556afef7178f

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-20 07:18:47 +00:00
committed by GitHub
parent e8aa6d18c2
commit a2c9bd3999
+2 -2
View File
@@ -155,7 +155,7 @@
{% cache 500 footer %}
<!-- Footer-->
<footer id="footer" class="row pt-4 pb-3 mt-5" role="contentinfo">
<footer id="footer" class="row pt-4 pb-3 mt-auto" role="contentinfo">
<div class="col-12">
<div class="row text-center gy-3">
<div class="col-12 col-md-4">
@@ -281,4 +281,4 @@
</script>
{% endcache %}
</body>
</html>
</html>