diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-11-09 21:23:02 +0100 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-11-09 21:23:02 +0100 |
commit | b4b96fc23f7b67c3193a905dbb6330e1cda00c4f (patch) | |
tree | 859d3df237726311cbd21b3fa4baa431d2378c7e | |
parent | b7a59fb56a055764b5251c95f4d57d6883934136 (diff) | |
download | nextcloud-server-b4b96fc23f7b67c3193a905dbb6330e1cda00c4f.tar.gz nextcloud-server-b4b96fc23f7b67c3193a905dbb6330e1cda00c4f.zip |
Fixes the footer #12357
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
-rw-r--r-- | core/css/public.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/public.scss b/core/css/public.scss index 20048870e2c..1b55d9d12db 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%; } } |