From d0f38525c6fe071b5bfe65c5de59c6049afef3da Mon Sep 17 00:00:00 2001 From: Rob Rusher Date: Wed, 6 Dec 2023 07:52:21 -0700 Subject: [PATCH] added style to override margin bottom (#180) Co-authored-by: Bryan Stopp --- blocks/footer/footer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index 44381b8a..00626b31 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -105,6 +105,10 @@ footer { padding-top: 40px; } +.footer-container-flex p { + margin-bottom: unset; +} + .footer-container-flex p:nth-of-type(3) { padding-top: 15px; }