summaryrefslogtreecommitdiff
path: root/site/public
diff options
context:
space:
mode:
authorhorus2018-02-13 16:02:57 +0100
committerhorus2018-02-13 16:02:57 +0100
commitee0a03f9e733b6c20ac3b576b8d655455790fbc5 (patch)
tree6935ad626cc21b97a1bf39e52b06627495c4b017 /site/public
parentd00f95bb2c9280211a76fa2653a60e2b61991b5c (diff)
downloadalkobote-ee0a03f9e733b6c20ac3b576b8d655455790fbc5.tar.gz
Fix im layout. (2#)
Diffstat (limited to 'site/public')
-rw-r--r--site/public/css/sticky-footer-navbar.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/public/css/sticky-footer-navbar.css b/site/public/css/sticky-footer-navbar.css
index bca2eae..3e26103 100644
--- a/site/public/css/sticky-footer-navbar.css
+++ b/site/public/css/sticky-footer-navbar.css
@@ -6,14 +6,14 @@ html {
}
body {
/* Margin bottom by footer height */
- margin-bottom: 200px;
+ margin-bottom: 300px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
- height: 200px;
+ height: 300px;
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}