diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 17:07:34 +0530 |
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-11-08 17:07:34 +0530 |
| commit | 8622ea518cc1f79349ed997a8e97e92d1037d4b9 (patch) | |
| tree | 6f55e31e49cbf0f50f020b05c4bbc59ca801f83c | |
| parent | 63ad0a474f24af76d9d0f5fc2fd7a54f83992424 (diff) | |
hiding footer for now
| -rw-r--r-- | app/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
