diff options
-rw-r--r-- | app/templates/base.html | 4 |
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 { |