fix: resolve landing navbar overflow on mobile#295
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughCSS-only update to landing page navigation styling adds responsive rules for tablet ( ChangesLanding Page Navigation Responsive Styling
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
|
this is not the way u are doing this. |
🚀 Pull Request Description
In mobile view, the rightmost CTA button in the navbar extends outside the visible container, causing layout overflow and poor responsiveness.
Fixes # (issue number)
290
🛠️ Type of Change
🐛 Bug fix (non-breaking change which fixes an issue)
🎨 UI/UX improvement (Frontend only)
Frontend Verification:
Verified the UI changes on different screen sizes (Responsive).
Checked for any console errors in the browser dev tools.
📸 Screenshots
Before
Navbar CTA button overflowed outside the viewport on smaller mobile widths.
After
Navbar CTA button remains inside the viewport.
Improved
Built with ❤️ for urBackend.
Summary by CodeRabbit