Fix mobile recognition page alignment - #102
Conversation
|
Caution Review failedAn error occurred during the review process. Please try again later. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 1 review per rolling hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe 768px media query now centers the program logo and resets the mobile “try now” text top margin. Existing responsive figure, container, badge-step, and banner-heading rules remain. ChangesMobile layout
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This localized styling change adjusts mobile alignment and spacing while preserving the desktop layout; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
- Mention the issue its resolving in the PR description
- One commit is missing sign-off. You csn follow the steps given here to resolve it
5527840 to
e428b46
Compare
|
Hi @Maanvi212006 , I’ve addressed both requested changes and requested a re-review on the PR. Please take a look when you get a chance. Thank you! |
RaIyAn90
left a comment
There was a problem hiding this comment.
Hi @Harshitera1,
The mobile UI fix looks consistent now.
I'm wondering about one thing which you mentioned in your PR that is - adjusting the spacing around the "Try Now" text on mobile, where do you find this in that specific section of UI. Since the linked issue #101 only covers the hero badge and heading alignment, if I've missed it please point it out, otherwise it might be better to remove that change from this PR.
Also, please address the points @Maanvi212006 raised. And your latest commit isn't signed off yet, that needs to be done as well
Signed-off-by: Harshit Kumar <harshitkumar7005@gmail.com>
e428b46 to
e07e2ed
Compare
|
Hi @RaIyAn90 , thanks for the review. I removed the mobile Try Now spacing adjustment since it wasn't part of the scope of issue #101. I also addressed the points raised by @Maanvi212006 and amended the existing commit with the required signature. The production build was also verified locally. Thanks! |
Description
Fixes responsive alignment issues on the Layer5 Recognition Program page for mobile viewports.
Resolves #101.
Changes Made
src/sitecomponents/App.style.js.Testing
git diff --checksuccessfully with no whitespace errors.Screenshot
The updated mobile layout is shown below:

Checklist
git diff --checkSummary by CodeRabbit