summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 5c97fc0e..cc1424aa 100644
--- a/styles.css
+++ b/styles.css
@@ -87,3 +87,8 @@ footer {
padding-top: 1em;
padding-bottom: 1em;
}
+
+#body_content {
+ /* push footer down */
+ min-height: 80vh;
+}