From c3d6475323e34452992f19f6ae0bf6db4caae72b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 17 Oct 2020 18:33:44 +0530 Subject: fixed footer --- app/templates/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 0936f80..850aeb7 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -132,6 +132,10 @@ html { padding: 50px 0; color: #f0f9ff; background-color: #282d32; + position: absolute; + bottom: 0; + left: 0; + right: 0; } .footer-dark h3 { -- cgit v1.2.3