From 9945b77e943b059cb72203f7a29397c951fae511 Mon Sep 17 00:00:00 2001 From: npy11 Date: Wed, 8 Jan 2025 15:53:53 +0530 Subject: [PATCH] footer logo size modified --- blocks/footer/footer.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blocks/footer/footer.css b/blocks/footer/footer.css index c3b9d01..2cd9147 100644 --- a/blocks/footer/footer.css +++ b/blocks/footer/footer.css @@ -331,6 +331,12 @@ footer.footer-wrapper .footer { /*footer piramal logo css*/ +@media screen and (min-width:1300px) { + .footer-section-first .columns-wrapper .columns>div>div>p.button-container:nth-child(1) a .icon { + width: 158px; + } +} + @media screen and (max-width:1366px) { .footer-section-first .columns-wrapper p sup { right: 102px;