Add margin to footer

This commit is contained in:
henu
2017-10-31 22:27:51 +02:00
parent 72a93e1dfd
commit 08bb63ce1f
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
footer {
background-color: #f5f5f5;
margin-top: 1vh;
}
.ml-auto .nav-item {
+5
View File
@@ -14,6 +14,11 @@
<h5>Lisää vain vesi</h5>
</div>
</div>
<div class="row">
<div class="col">
{% lorem %}
</div>
</div>
</div>
</div>
{% endblock %}