[GOOD FIRST ISSUE] : Excessive vertical spacing between homepage sections #126 #129
Open
gaurika947 wants to merge 2 commits intotarinagarwal:mainfrom
Open
[GOOD FIRST ISSUE] : Excessive vertical spacing between homepage sections #126 #129gaurika947 wants to merge 2 commits intotarinagarwal:mainfrom
gaurika947 wants to merge 2 commits intotarinagarwal:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
This PR addresses the excessive vertical spacing issues identified in #126. I have optimized the padding across the landing page sections to create a more compact and professional visual flow.
Key Changes:
Adjusted py-12 sm:py-20 classes to py-6 sm:py-10 in LandingPage.tsx.
Specifically targeted the gaps between the Feature Cards and the "Why Choose Edulume?" section to ensure more content is visible above the fold on medium and large screens.
Maintained responsive design integrity so the UI remains clean on mobile devices.
🔗 Related Issue
Closes #126
🏷️ Type of Change
[x] 🎨 Style/UI update
📸 Screenshots


BEFORE:-
AFTER :-
✅ Checklist
[x] My code follows the project's style guidelines
[x] I have performed a self-review of my code
[x] My changes generate no new warnings
[x] I have tested my changes locally
🧪 Testing
[x] Verified local build via npm run dev
📋 Additional Notes
This is my first contribution for SWOC 2026. I ensured that only the relevant layout files were modified to keep the PR focused on the specific spacing requirements of issue #126.
SWOC 2026 Participant