From 66be2e550792aee937428837f8b2151c9e32a5f9 Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Thu, 4 Jul 2024 12:59:12 +0530 Subject: [PATCH] footer tab done --- blocks/footer/footer.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index b771b2c821..d8c8a84ef7 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -281,7 +281,7 @@ footer.footer-wrapper .footer { @media screen and (max-width:1366px) { .footer-section-first .columns-wrapper p sup { - right: 27%; + right: 102px; } .footer-section-third { display: none; @@ -621,5 +621,17 @@ footer.footer-wrapper .footer { .section.footer-last-wrapper .default-content-wrapper { padding-bottom: 48px; } + + .footer-section-first { + padding-top: 48px; + } + + .footer-section-second .columns > div { + flex-direction: row; + justify-content: space-between; + } + .footer-section-second .columns > div > div { + width: 25%; + } /* footer third section onwords css end */ } \ No newline at end of file