From 08bb63ce1f43a77ed38d4ac5ac3775908e8333b1 Mon Sep 17 00:00:00 2001 From: henu Date: Tue, 31 Oct 2017 22:27:51 +0200 Subject: [PATCH] Add margin to footer --- static/css/footer.css | 1 + webapp/templates/main_index.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/static/css/footer.css b/static/css/footer.css index ac41997..0c431af 100644 --- a/static/css/footer.css +++ b/static/css/footer.css @@ -1,5 +1,6 @@ footer { background-color: #f5f5f5; + margin-top: 1vh; } .ml-auto .nav-item { diff --git a/webapp/templates/main_index.html b/webapp/templates/main_index.html index b75df86..16bb100 100644 --- a/webapp/templates/main_index.html +++ b/webapp/templates/main_index.html @@ -14,6 +14,11 @@
Lisää vain vesi
+
+
+ {% lorem %} +
+
{% endblock %}