Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ recode hive is an open-source educational platform built to help developers mast

## ✨ Features

- **Comprehensive Tutorials** – Step-by-step guides for Git, GitHub, Python, and Next.js, suitable for beginners and advanced users
- **Comprehensive Tutorials** – Step-by-step guides for Git, GitHub, Python, Pandas and Next.js, suitable for beginners and advanced users
- **Hands-On Setup Guides** – Practical walkthroughs for setting up projects, repositories, and development environments
- **Leaderboards & Challenges** – Track your progress, earn points, and compete with others to stay motivated
- **Documentation Hub** – Centralized docs for quick reference, best practices, and deep dives into concepts
Expand Down
2 changes: 1 addition & 1 deletion src/components/dashboard/LeaderBoard/leaderboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@

/* Staircase Height Adjustment */
.first-place { transform: translateY(-60px); }
.second-place { transform: translateY(-30px); }
.second-place { transform: translateY(0px); }
.third-place { transform: translateY(0); }

/* Reflection Effect */
Expand Down
Loading