diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 07:52:58 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 07:52:58 +0530 |
commit | f358f3d1dd816f0f30ee82450fc5234cea86ff56 (patch) | |
tree | 1565ba28c56af122f242be91e2a5c1fc63bdb7d2 | |
parent | 4120c8a2c7f3c578a7dfc92f9cb3ae5d5f76b599 (diff) |
removing absolute positioning
-rw-r--r-- | app/templates/base.html | 4 |
1 files 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 { |