From f358f3d1dd816f0f30ee82450fc5234cea86ff56 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Nov 2020 07:52:58 +0530 Subject: removing absolute positioning --- app/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 850aeb7..4fd8942 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -132,10 +132,10 @@ html { padding: 50px 0; color: #f0f9ff; background-color: #282d32; - position: absolute; + /*position: absolute; bottom: 0; left: 0; - right: 0; + right: 0;*/ } .footer-dark h3 { -- cgit v1.2.3