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/src/lustige-styles.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/css/src/lustige-styles.scss') diff --git a/assets/css/src/lustige-styles.scss b/assets/css/src/lustige-styles.scss index fdd0e01..a8fd32c 100644 --- a/assets/css/src/lustige-styles.scss +++ b/assets/css/src/lustige-styles.scss @@ -275,6 +275,10 @@ footer { color: $gray-light; background-color: $gray-dark; text-align: center; + + position: fixed; + bottom: 0; + width: 100%; } /* links */ @@ -565,6 +569,10 @@ a.inverted { font-size: 23px; } + footer { + position: initial; + } + /* navigation bar */ .navbar { position: initial; -- cgit v1.2.3