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, 4 insertions, 4 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index b896d91..c927650 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -12,14 +12,14 @@ html {
position: relative;
min-height: 100%;
}
-body {
- /* Margin bottom by footer height */
- margin-bottom: 60px;
-}
.footer {
position: absolute;
width: 100%;
+ bottom: 0;
/* Set the fixed height of the footer here */
height: 60px;
line-height: 60px; /* Vertically center the text there */
}
+.container {
+ margin-bottom: 65px;
+}