summaryrefslogtreecommitdiff
path: root/jthanio/static/css/jthanio.css
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/static/css/jthanio.css')
-rw-r--r--jthanio/static/css/jthanio.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index a133c9d..ce3484b 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -12,8 +12,14 @@ html {
position: relative;
min-height: 100%;
}
+
+#page-content {
+ min-height: 100vh;
+ margin-bottom: 60px;
+}
+
.footer {
- position: absolute;
+ position: static;
width: 100%;
bottom: 0;
/* Set the fixed height of the footer here */