Fixing footer.
This commit is contained in:
parent
68aa108310
commit
d511df399d
|
@ -71,7 +71,7 @@ a, a:active, a:focus {
|
||||||
/* Footer */
|
/* Footer */
|
||||||
footer {
|
footer {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 700px;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
|
|
@ -106,7 +106,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% bootstrap_messages %}
|
{% bootstrap_messages %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
<footer class="row">
|
</div>
|
||||||
|
<footer>
|
||||||
<div class="col-sm-12 col-md-12 col-lg-12">
|
<div class="col-sm-12 col-md-12 col-lg-12">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<a href="{% url 'general-terms' %}">General Terms & Conditions</a> |
|
<a href="{% url 'general-terms' %}">General Terms & Conditions</a> |
|
||||||
|
@ -116,7 +117,6 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue