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