diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index 547745cc..caf337d7 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -71,7 +71,7 @@ a, a:active, a:focus { /* Footer */ footer { position: fixed; - width: 700px; + width: 100%; text-align: center; background-color: white; bottom: 0px; diff --git a/src/templates/base.html b/src/templates/base.html index 85b1094b..b66c74aa 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -106,17 +106,17 @@ {% endif %} {% bootstrap_messages %} {% block content %}{% endblock %} - +