summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:11:26 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:11:26 +0200
commitfbb6bb8989a0440cc5e19eee29c58120663418e6 (patch)
treef39816594fa1236d78600f6d64cde99170751c73 /style.css
parent3818beb91db0ae64a3492f68ca96451193678808 (diff)
Make footer sticky
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index e737cf7..66acd4b 100644
--- a/style.css
+++ b/style.css
@@ -35,6 +35,10 @@ body {
35 background-color: #F1F2E3; 35 background-color: #F1F2E3;
36} 36}
37 37
38html, body {
39 height: 100%;
40}
41
38.wrapper { 42.wrapper {
39 min-height: 100%; 43 min-height: 100%;
40 height: auto !important; 44 height: auto !important;
@@ -209,14 +213,10 @@ ul {
209.footer { 213.footer {
210 background-color: #4A5D67; 214 background-color: #4A5D67;
211 font-size: 0.8em; 215 font-size: 0.8em;
212 margin-top: 2em;
213 margin-left: 0; 216 margin-left: 0;
214 margin-right: 0; 217 margin-right: 0;
215 padding: 0.4em 0 0.4em 0; 218 padding: 0.4em 0 0.4em 0;
216 text-align: center; 219 text-align: center;
217 position: fixed;
218 bottom: 0px;
219 left: 0px;
220 width: 100%; 220 width: 100%;
221} 221}
222 222