Fix footer bug #104
This commit is contained in:
@@ -3,10 +3,9 @@
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 1rem; /* Distance from bottom of page */
|
||||
width: 100%;
|
||||
height: 5rem; /* Set the fixed height of the footer here */
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
footer .container .col .nav .nav-item {
|
||||
@@ -28,8 +27,4 @@ footer .container .col .nav .nav-item {
|
||||
|
||||
footer .lang-form {
|
||||
margin: 1rem auto 0;
|
||||
}
|
||||
|
||||
.footer-padder {
|
||||
margin-top: 6rem; /* height of the footer element */
|
||||
}
|
||||
@@ -2,7 +2,6 @@
|
||||
{% load static %}
|
||||
{% load staticfiles %}
|
||||
|
||||
<div class="footer-padder"></div>
|
||||
<footer style="text-align: center">
|
||||
<div>
|
||||
<form class="lang-form form" action="{% url 'set_language' %}" method="post">{% csrf_token %}
|
||||
|
||||
Reference in New Issue
Block a user