summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 18:13:09 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 18:13:09 -0600
commit7b912cedb28877b414d0e7f4ed665c5c4453520a (patch)
treeb1cd8af9d296267c6c0c9ad96a6d97a5f72fbfe4
parent18c43d7b26dea9bb82bef7df476278a5a4b0e920 (diff)
downloadjthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar.gz
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar.bz2
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar.lz
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar.xz
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.tar.zst
jthanio-7b912cedb28877b414d0e7f4ed665c5c4453520a.zip
actually fix footer
-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;
+}