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:
committed by
GitHub
parent
e8aa6d18c2
commit
a2c9bd3999
@@ -155,7 +155,7 @@
|
|||||||
|
|
||||||
{% cache 500 footer %}
|
{% cache 500 footer %}
|
||||||
<!-- 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="col-12">
|
||||||
<div class="row text-center gy-3">
|
<div class="row text-center gy-3">
|
||||||
<div class="col-12 col-md-4">
|
<div class="col-12 col-md-4">
|
||||||
@@ -281,4 +281,4 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endcache %}
|
{% endcache %}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user