From d7a3371cc0c7497c1daba6b4f330c1b85d232a3a Mon Sep 17 00:00:00 2001 From: sakeel-103 Date: Sat, 8 Jun 2024 21:14:06 +0530 Subject: [PATCH] Footer social media transform scale and transition effect #1279. Task no. In the project I checked in the footer social media section in the icon there isn't have transform and transaction effect due to which when we hover on the social media icon it doesn't looks good. --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 04d0228d7..6660553ce 100644 --- a/style.css +++ b/style.css @@ -1457,6 +1457,8 @@ section { .social a:hover { color: var(--primary); + transform: scale(1.3); + transition: .3s; } .footer-basic .copyright {