diff --git a/static/css/footer.css b/static/css/footer.css index 23fbc04..0c431af 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -1,24 +1,8 @@ footer { background-color: #f5f5f5; + margin-top: 1vh; } -/*footer .container .col .nav .nav-item { - display: inline-block; - margin-right: 3vh; +.ml-auto .nav-item { + padding: 1vh; } - -.lang-button { - height: 4vh; - width: 6vh; - margin-left: 1vh; - margin-right: 1vh; -} - -.lang-select { - width: 10rem; - display: inline-block; -} - -footer .lang-form { - margin: 1rem auto 0; -}*/ diff --git a/templates/base.html b/templates/base.html index 5307718..34e9c9d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@
- + diff --git a/templates/footer.html b/templates/footer.html index 6d1ad0a..03855da 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -7,7 +7,7 @@