From a8ec7c336716c73c3ba5c716031c66cff9431927 Mon Sep 17 00:00:00 2001 From: Lucas Cumsille M Date: Thu, 12 Sep 2024 13:49:08 +0000 Subject: [PATCH] Consistent padding for footer with rest of the page --- www/docs/style/sass/_mysoc_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;