From 3cef8294698f9bd209a3931a7a18dc57f9aec555 Mon Sep 17 00:00:00 2001 From: pipercucu Date: Mon, 27 Nov 2023 21:23:59 -0400 Subject: [PATCH] also add transition to team member social link onhover --- src/components/Team.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Team.css b/src/components/Team.css index 412396f..5b7f546 100644 --- a/src/components/Team.css +++ b/src/components/Team.css @@ -118,6 +118,7 @@ .team-member-social-link { cursor: pointer; + transition: transform 0.3s ease-in-out; } .team-member-social-link:hover {