Skip to content

Commit 2feace4

Browse files
Merge branch 'main' into Feat/Add-Badges
2 parents e6e745b + 42bb68a commit 2feace4

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

src/components/dashboard/LeaderBoard/leaderboard.css

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,9 @@
117117
}
118118

119119
/* Staircase Height Adjustment */
120-
.first-place {
121-
transform: translateY(-60px);
122-
}
123-
.second-place {
124-
transform: translateY(0px);
125-
}
126-
.third-place {
127-
transform: translateY(0);
128-
}
120+
.first-place { transform: translateY(-30px); }
121+
.second-place { transform: translateY(0px); }
122+
.third-place { transform: translateY(0px); }
129123

130124
/* Reflection Effect */
131125
.podium-card::after {
@@ -270,11 +264,9 @@
270264
}
271265

272266
.first-place:hover {
273-
transform: translateY(-65px);
274-
border-color: #ffd700;
275-
box-shadow:
276-
0 0 15px rgba(255, 215, 0, 0.7),
277-
0 10px 30px rgba(0, 0, 0, 0.15);
267+
transform: translateY(-35px);
268+
border-color: #FFD700;
269+
box-shadow: 0 0 15px rgba(255, 215, 0, 0.7), 0 10px 30px rgba(0, 0, 0, 0.15);
278270
}
279271

280272
.second-place:hover {

0 commit comments

Comments
 (0)