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; }