From 2a81541e2617bad2994a0d2f6989e51e1af0a338 Mon Sep 17 00:00:00 2001 From: Arpittiwari Date: Fri, 14 Jun 2024 19:03:03 +0530 Subject: [PATCH] footer changes done --- blocks/footer/footer.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index 3d513cca8c..33b413c431 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -210,4 +210,7 @@ color: #F58667; .footer-section-third .columns-2-cols > div > div p { margin: 10px 0 0; } + .footer-section-first .columns > div > div:last-child{ + margin-right: 20%; + } } \ No newline at end of file