From 4b246501d22980a8b8a0d78eb938ff18bf34383e Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Mon, 9 Oct 2017 10:28:03 +0100 Subject: [PATCH] Fix the footer. --- services/web/public/stylesheets/components/footer.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/components/footer.less b/services/web/public/stylesheets/components/footer.less index d1477a1b95..a5e0719157 100644 --- a/services/web/public/stylesheets/components/footer.less +++ b/services/web/public/stylesheets/components/footer.less @@ -1,11 +1,12 @@ footer.site-footer { background-color: @footer-bg-color; border-top: 1px solid @gray-lighter; - padding: @footer-padding; font-size: 0.9rem; position: absolute; bottom: 0; width: 100%; + height: @footer-height; + line-height: @footer-height; ul { list-style: none;