Skip to content

Conversation

@Dev-Arijit
Copy link

Description

This PR fixes the issue where the main content on multiple pages was overlapping with the fixed navbar, causing the top part of the content to be hidden.

Fixes :

Fixes: #104

Applies top padding or margin to the main content containers to ensure they start below the fixed navbar.

Affected pages:

Landing Page

About Page

Home Page

Explore / Features Page

Ensures consistent layout across all screen sizes (desktop and mobile).

🧪 How to Test

Open each of the following pages:

Landing Page

About Page

Home Page

Explore Page

Verify that:

The main heading and top content are fully visible.

No part of the content is hidden behind the navbar.

The layout adjusts correctly on both desktop and mobile view.

✅ Expected Result

Content now starts below the navbar.

No overlap occurs, and the user can read all content clearly.

Visual consistency is maintained across pages.

📁 Files Changed

LandingPage.css / LandingPage.jsx

AboutPage.css / AboutPage.jsx

HomePage.css / HomePage.jsx

ExplorePage.css / ExplorePage.jsx

Screenshots:

Screenshot 2025-09-09 201018 Screenshot 2025-09-09 200946 Screenshot 2025-09-09 200936 Screenshot 2025-09-09 200924

@vercel
Copy link

vercel bot commented Sep 9, 2025

@Dev-Arijit is attempting to deploy a commit to the devayanm's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Dev-Arijit
Copy link
Author

@rupali-codes can you please check my PR and give me a feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Main content overlaps with navbar on multiple pages

1 participant