Revert deletion on footer-padder element

This commit is contained in:
Aarni Halinen
2018-02-22 01:43:15 +02:00
parent 8bd53ba897
commit 117802bf10
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -27,4 +27,8 @@ 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,6 +2,7 @@
{% 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 %}