aboutsummaryrefslogtreecommitdiff
path: root/assets/css/lustige-styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/lustige-styles.css')
-rw-r--r--assets/css/lustige-styles.css8
1 files changed, 7 insertions, 1 deletions
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; }