Skip to content

Commit 42bb68a

Browse files
authored
Merge pull request #1195 from steam-bell-92/main
Fix: Adjusted height of 1st top performer
2 parents 8cd364a + d675827 commit 42bb68a

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
@@ -114,7 +114,7 @@
114114
}
115115

116116
/* Staircase Height Adjustment */
117-
.first-place { transform: translateY(-60px); }
117+
.first-place { transform: translateY(-30px); }
118118
.second-place { transform: translateY(0px); }
119119
.third-place { transform: translateY(0px); }
120120

@@ -249,7 +249,7 @@
249249
}
250250

251251
.first-place:hover {
252-
transform: translateY(-65px);
252+
transform: translateY(-35px);
253253
border-color: #FFD700;
254254
box-shadow: 0 0 15px rgba(255, 215, 0, 0.7), 0 10px 30px rgba(0, 0, 0, 0.15);
255255
}

0 commit comments

Comments
 (0)