diff --git a/static/css/footer.css b/static/css/footer.css index bf63819..61bca94 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -1,18 +1,10 @@ -#footer-div { - height:10vh; -} - footer { - /* position: absolute; */ + position: absolute; bottom: 0; - width: 100%; - height: 60px; /* Set the fixed height of the footer here */ - /* line-height: 60px; /* Vertically center the text there */ */ - margin-top: 2rem; - margin-bottom: 1rem; + background-color: #f5f5f5; } -footer .container .col .nav .nav-item { +/*footer .container .col .nav .nav-item { display: inline-block; margin-right: 3vh; } @@ -31,4 +23,4 @@ footer .container .col .nav .nav-item { footer .lang-form { margin: 1rem auto 0; -} +}*/ diff --git a/templates/footer.html b/templates/footer.html index cb749a1..6d1ad0a 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -3,35 +3,69 @@ {% load staticfiles %} -