From 8ee692457729cf50abfdb260073b4f59feb0bfa1 Mon Sep 17 00:00:00 2001 From: adityacp Date: Tue, 15 Dec 2020 21:02:18 +0530 Subject: Fix footer --- yaksh/static/yaksh/css/custom.css | 14 ++++++------- yaksh/templates/base.html | 43 +++++++++++++++++---------------------- 2 files changed, 25 insertions(+), 32 deletions(-) (limited to 'yaksh') diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index d3ba296..91f68b5 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -205,11 +205,9 @@ iframe { } .footer { - position: fixed; - z-index: 100; - bottom: 0; - width: 100%; - background-color: #61615F; - color: white; - text-align: center; -} + position: fixed; + z-index: 100; + bottom: 0; + width: 100%; + text-align: center; +} \ No newline at end of file diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index fd9cde3..73861c7 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -107,32 +107,27 @@ {% block nav %} {% endblock %} - -