Skip to content

Commit 5aa8dd8

Browse files
authored
Merge pull request #1163 from steam-bell-92/main
Leveling places in podium of leaderboard
2 parents a6d0c9b + 7336ceb commit 5aa8dd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ recode hive is an open-source educational platform built to help developers mast
3232

3333
## ✨ Features
3434

35-
- **Comprehensive Tutorials** – Step-by-step guides for Git, GitHub, Python, and Next.js, suitable for beginners and advanced users
35+
- **Comprehensive Tutorials** – Step-by-step guides for Git, GitHub, Python, Pandas and Next.js, suitable for beginners and advanced users
3636
- **Hands-On Setup Guides** – Practical walkthroughs for setting up projects, repositories, and development environments
3737
- **Leaderboards & Challenges** – Track your progress, earn points, and compete with others to stay motivated
3838
- **Documentation Hub** – Centralized docs for quick reference, best practices, and deep dives into concepts

src/components/dashboard/LeaderBoard/leaderboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115

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

121121
/* Reflection Effect */

0 commit comments

Comments
 (0)