From b4b96fc23f7b67c3193a905dbb6330e1cda00c4f Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 9 Nov 2018 21:23:02 +0100 Subject: [PATCH] Fixes the footer #12357 Signed-off-by: Michael Weimann --- core/css/public.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/public.scss b/core/css/public.scss index 20048870e2..1b55d9d12d 100644 --- a/core/css/public.scss +++ b/core/css/public.scss @@ -73,8 +73,8 @@ $footer-height: 65px; font-weight: bold; white-space: nowrap; /* increasing clickability to more than the text height */ - padding: 13px; - margin: -13px; + padding: 10px; + margin: -10px; line-height: 200%; } }