From 7336ceb31d3e6929cb0e776bd0bfc01b66435a3e Mon Sep 17 00:00:00 2001 From: steam_bell_92 Date: Sat, 8 Nov 2025 23:21:26 +0530 Subject: [PATCH] Levelled 2nd and 3rd performer, adds Pandas in README.md --- README.md | 2 +- src/components/dashboard/LeaderBoard/leaderboard.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */