diff --git a/README.md b/README.md index 22cfbf4a..d3f9aa87 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/components/dashboard/LeaderBoard/leaderboard.css b/src/components/dashboard/LeaderBoard/leaderboard.css index 4719bd9f..fa0ade04 100644 --- a/src/components/dashboard/LeaderBoard/leaderboard.css +++ b/src/components/dashboard/LeaderBoard/leaderboard.css @@ -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 */