From ffa64479a260b399c1a245e650f52b2fbb6999f8 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 8 Nov 2020 10:52:20 +0000 Subject: [PATCH] Slightly shrink and center footer --- css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 032f69da..0a3588f8 100644 --- a/css/custom.css +++ b/css/custom.css @@ -2829,8 +2829,8 @@ footer a.white:hover, a.white:focus { } .footer-wrapper { - padding: 4rem 1rem; - padding-bottom: 0.5rem; + padding-top: 1rem; + padding-left: 3rem; } .footer-wrapper ul { @@ -2838,7 +2838,7 @@ footer a.white:hover, a.white:focus { } .footer-links { - margin-bottom: 3rem; + margin-bottom: 1rem; } .footer-link {