diff options
author | Olivier Roques <ojroques@users.noreply.github.com> | 2020-11-25 22:16:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 22:16:47 +0100 |
commit | e3ab3f858050572d4ea39491d3d292952aa262bf (patch) | |
tree | 3c43f1658a2dc327fbb1afaf2f346764521dfbd0 /layouts/partials/footer.html | |
parent | 702753e3580bc30e8c904eb072e98f46296202ed (diff) | |
parent | b141d1cb539358305c5f69f8eaa390d0253cd45f (diff) |
Merge pull request #10 from tunix/master
Fix for bottom margin of content block
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 2 |
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> |