Fix footer bug #104

This commit is contained in:
Aarni Halinen
2018-02-21 22:18:30 +02:00
parent 5114b2ef85
commit 8bd53ba897
2 changed files with 1 additions and 7 deletions
+1 -6
View File
@@ -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 */
}
-1
View File
@@ -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 %}