From 1b9cae9a88b0056aa7a5c69b57b73f8dab5f21d8 Mon Sep 17 00:00:00 2001 From: Rob Rusher Date: Mon, 4 Dec 2023 15:25:56 -0700 Subject: [PATCH] added style to override margin bottom --- 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; }