diff --git a/resource/static/main.css b/resource/static/main.css index b523ba4..f323b5d 100644 --- a/resource/static/main.css +++ b/resource/static/main.css @@ -7,12 +7,15 @@ .nb-container { padding-top: 75px; min-height: 80%; + padding-bottom: 75px; } .footer.segment { - margin-top: 40px !important; - padding-top: 40px; - padding-bottom: 40px; + width: 100%; + position: fixed; + bottom: 0; + padding-top: 20px; + padding-bottom: 20px; } .login-form { diff --git a/resource/template/common/footer.html b/resource/template/common/footer.html index a8465ae..45b394a 100644 --- a/resource/template/common/footer.html +++ b/resource/template/common/footer.html @@ -1,7 +1,7 @@ {{define "common/footer"}}