[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
There was a problem hiding this comment.
Changes Requested 🐈
This PR reduces excessive vertical spacing on the homepage by adjusting padding classes, improving visual flow and content visibility above the fold. The code changes are minor UI adjustments with no logic or security issues. However, the CertificateVerificationPage component lacks JSDoc documentation, which should be addressed.
There are a few things I'd like to see addressed before we merge this:
Before merging
- Add JSDoc documentation to the exported CertificateVerificationPage React component.
- Include inline comments in JSX sections to describe layout sections for better maintainability.
- Verify design consistency after padding adjustments to ensure visual coherence across devices.
Findings breakdown (8 total)
1 high / 7 info
Confidence: 85%
🔗 View Full Review Report — detailed findings, severity breakdown, and agent analysis
Reviewed by Looks Good To Meow — AI-powered code review
💬 You can interact with me directly in this PR:
@tarin-lgtm fix [any constraints]@tarin-lgtm explain [your question]@tarin-lgtm improve [focus area]@tarin-lgtm test [what to focus on]
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