diff --git a/bornhack/static_src/css/bornhack.css b/bornhack/static_src/css/bornhack.css index cc035e18..a5180753 100644 --- a/bornhack/static_src/css/bornhack.css +++ b/bornhack/static_src/css/bornhack.css @@ -86,3 +86,13 @@ a, a:active, a:focus { height: 500px; } + +/* Footer */ +footer { + position: fixed; + width: 700px; + text-align: center; + background-color: white; + bottom: 0px; + padding: 5px; +} diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 813c1b7a..905657f7 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -53,6 +53,7 @@ {% endif %}