Skip to content

Commit 111cea6

Browse files
authored
Merge pull request #1187 from steam-bell-92/main
Adjusted transalte on 2nd top performer
2 parents 2eaa29f + 5c8a39f commit 111cea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/dashboard/LeaderBoard/leaderboard.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
/* Staircase Height Adjustment */
117117
.first-place { transform: translateY(-60px); }
118118
.second-place { transform: translateY(0px); }
119-
.third-place { transform: translateY(0); }
119+
.third-place { transform: translateY(0px); }
120120

121121
/* Reflection Effect */
122122
.podium-card::after {
@@ -255,7 +255,7 @@
255255
}
256256

257257
.second-place:hover {
258-
transform: translateY(-35px);
258+
transform: translateY(-5px);
259259
border-color: #C0C0C0;
260260
box-shadow: 0 0 15px rgba(192, 192, 192, 0.7), 0 10px 30px rgba(0, 0, 0, 0.15);
261261
}

0 commit comments

Comments
 (0)