-
-
Notifications
You must be signed in to change notification settings - Fork 0
📱 fix agency page responsive issue on mobile device #306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 Changed routes:
Commit 7767d20 (https://onruntime-website-j62flhmo5-onruntime.vercel.app). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds responsive width classes to the main container on the agency landing page to ensure it spans full width on mobile and constrains width on larger screens.
- Added
w-fullas the default width andsm:w-autofor small screens and up. - Kept existing vertical padding and min-height values.
Comments suppressed due to low confidence (1)
src/app/agency/page.tsx:23
- [nitpick] The layout wrapper with padding and width rules is repeated across multiple pages; consider extracting it into a shared
Layoutcomponent to reduce duplication and improve consistency.
<main className="min-h-screen pt-32 pb-16 sm:w-auto w-full">

This modification fix responsive issue with agency page on mobile device