From 8622ea518cc1f79349ed997a8e97e92d1037d4b9 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 8 Nov 2020 17:07:34 +0530 Subject: hiding footer for now --- app/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/base.html b/app/templates/base.html index 4fd8942..af29867 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -132,6 +132,7 @@ html { padding: 50px 0; color: #f0f9ff; background-color: #282d32; + display: none; /*position: absolute; bottom: 0; left: 0; -- cgit v1.2.3