diff --git a/global_static/css/footer.css b/global_static/css/footer.css index 6022105..8c5e91e 100644 --- a/global_static/css/footer.css +++ b/global_static/css/footer.css @@ -1,3 +1,6 @@ +#footer-div { + height:10vh; +} .footer { position: fixed; bottom: 0; @@ -6,6 +9,8 @@ text-align: center; background-color: #cfcfcf; padding: 1rem; + max-height: 10vh; + font-size: 3vh; } #fi-button { @@ -19,8 +24,8 @@ } .lang-button { - height: 20px; - width: 30px; - margin-left: 10px; - margin-right: 10px; + height: 4vh; + width: 6vh; + margin-left: 1vh; + margin-right: 1vh; } diff --git a/members/templates/add_many_members.html b/members/templates/add_many_members.html index 510d42d..72449ec 100644 --- a/members/templates/add_many_members.html +++ b/members/templates/add_many_members.html @@ -15,7 +15,7 @@
{% endblock content %}