From 36ad2676da388b3550c457323f05d5e7680f2da4 Mon Sep 17 00:00:00 2001 From: TRP Date: Tue, 5 Dec 2023 17:01:54 -0500 Subject: [PATCH] hover effect to profile cards --- src/components/Profile/Profile.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Profile/Profile.css b/src/components/Profile/Profile.css index 452b0b87..1c9f2908 100644 --- a/src/components/Profile/Profile.css +++ b/src/components/Profile/Profile.css @@ -16,6 +16,10 @@ 0 10px 10px -5px rgba(0, 0, 0, 0.04); } +.profile-card:hover { + transform: scale(1.007); +} + .profile-card .top-container { display: flex; gap: 1rem;