diff --git a/www/docs/style/sass/_mysoc_footer.scss b/www/docs/style/sass/_mysoc_footer.scss index d67d20b467..a4b97480e5 100644 --- a/www/docs/style/sass/_mysoc_footer.scss +++ b/www/docs/style/sass/_mysoc_footer.scss @@ -33,7 +33,7 @@ $mysoc-footer-breakpoint-sm: 768px !default; box-sizing: border-box; background-color: $mysoc-footer-background-color; color: $mysoc-footer-text-color; - padding: 2em 0; + padding: 2em 1.5em; font-size: 1em; line-height: 1.5em; border-top: $mysoc-footer-border-top;