From 5c8a39f5c73b519dbb1dbc6d2b255d33412e5412 Mon Sep 17 00:00:00 2001 From: steam_bell_92 Date: Wed, 12 Nov 2025 13:18:06 +0530 Subject: [PATCH] Adjusted transalte on 2nd top performer --- src/components/dashboard/LeaderBoard/leaderboard.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/LeaderBoard/leaderboard.css b/src/components/dashboard/LeaderBoard/leaderboard.css index fa0ade04..6a0570f0 100644 --- a/src/components/dashboard/LeaderBoard/leaderboard.css +++ b/src/components/dashboard/LeaderBoard/leaderboard.css @@ -116,7 +116,7 @@ /* Staircase Height Adjustment */ .first-place { transform: translateY(-60px); } .second-place { transform: translateY(0px); } -.third-place { transform: translateY(0); } +.third-place { transform: translateY(0px); } /* Reflection Effect */ .podium-card::after { @@ -255,7 +255,7 @@ } .second-place:hover { - transform: translateY(-35px); + transform: translateY(-5px); border-color: #C0C0C0; box-shadow: 0 0 15px rgba(192, 192, 192, 0.7), 0 10px 30px rgba(0, 0, 0, 0.15); }