Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlper Kanat <alper.kanat@commencis.com>2020-11-25 22:45:42 +0300
committerAlper Kanat <alper.kanat@commencis.com>2020-11-25 23:24:47 +0300
commit009a2698a463106044d4a55524c99f5227992d06 (patch)
tree3c43f1658a2dc327fbb1afaf2f346764521dfbd0
parent049680a6dc2402d44fae0a1a7d601b301d2c272b (diff)
Fix for bottom margin of content block
-rw-r--r--layouts/partials/footer.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7830cfd..0e8925a 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -6,3 +6,5 @@
</div>
</div>
{{ end }}
+
+<div class="mb-5"></div>