From d511df399d5af8d2961cd96fcf220ac3ee7c8edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sun, 16 Apr 2017 02:20:59 +0200 Subject: [PATCH] Fixing footer. --- src/static_src/css/bornhack.css | 2 +- src/templates/base.html | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) 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 %} - +