From ef2e50d0fc755ee22691b4fa44ba15b30d3d285b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 23 Dec 2014 11:23:48 +0100 Subject: fix footer to end of page on non-smartphones --- assets/css/lustige-styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'assets/css/lustige-styles.css') diff --git a/assets/css/lustige-styles.css b/assets/css/lustige-styles.css index 91b3ad4..2c788cf 100644 --- a/assets/css/lustige-styles.css +++ b/assets/css/lustige-styles.css @@ -5496,7 +5496,10 @@ footer { margin-top: 2em; color: #777777; background-color: #333333; - text-align: center; } + text-align: center; + position: fixed; + bottom: 0; + width: 100%; } /* links */ a.inverted { @@ -5690,6 +5693,9 @@ a.inverted { .btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn { font-size: 23px; } + footer { + position: initial; } + /* navigation bar */ .navbar { position: initial; } -- cgit v1.2.3