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.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index 8d3a651..776cc07 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -5,3 +5,22 @@
.rich-text p {
font-size: 15px;
}
+
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ /* Margin bottom by footer height */
+ margin-bottom: 60px;
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: 60px;
+ line-height: 60px; /* Vertically center the text there */
+}