aboutsummaryrefslogtreecommitdiff
path: root/assets/css/src/lustige-styles.scss
diff options
context:
space:
mode:
authorMaZderMind2014-12-23 11:23:48 +0100
committerMaZderMind2014-12-23 11:23:48 +0100
commitef2e50d0fc755ee22691b4fa44ba15b30d3d285b (patch)
treede3a33cc6732d20af18ad50edb22bcfc21632ef0 /assets/css/src/lustige-styles.scss
parent024adda9a4b131c8f64a5749415ccadb99121d04 (diff)
fix footer to end of page on non-smartphones
Diffstat (limited to '')
-rw-r--r--assets/css/src/lustige-styles.scss8
1 files changed, 8 insertions, 0 deletions
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;