aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-10-17 18:33:44 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-10-17 18:33:44 +0530
commitc3d6475323e34452992f19f6ae0bf6db4caae72b (patch)
treeaf206ac3a27a3eb9edc1bfab97d5d0d481e3ce5b /app/templates/base.html
parentdb5234cb8b68f2497837b43c9a3d6678353d1a6f (diff)
fixed footer
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html4
1 files changed, 4 insertions, 0 deletions
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 {