aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-01 15:55:46 -0600
committerMatt Rude <[email protected]>2018-02-01 15:55:46 -0600
commit09b3c25a31a93e88939eb772ee36c2a96651692a (patch)
treef640418950aeb0c07bcc4aee4ba8e2a246a16020 /_layouts
parentcae0a41b7ce6e4f94c871653a8589d4ef7262249 (diff)
downloadxmpp-site-lite-09b3c25a31a93e88939eb772ee36c2a96651692a.tar.gz
xmpp-site-lite-09b3c25a31a93e88939eb772ee36c2a96651692a.tar.bz2
xmpp-site-lite-09b3c25a31a93e88939eb772ee36c2a96651692a.zip
Correct bottom page margin
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index cebd77a..6dbb9ae 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
{% include header.html %}
{% include menu.html %}
-<div class="container offsetanchor" style="padding-top:80px;padding-bottom:60px;">
+<div class="container offsetanchor" style="padding-top:80px;padding-bottom:75px;">
{{ content }}
{% include footer.html %}