-
Notifications
You must be signed in to change notification settings - Fork 314
fix:Website responsive for small device (footer issue solved) #750
fix:Website responsive for small device (footer issue solved) #750
Conversation
WalkthroughThe proposed change refines the responsive design of the Changes
|
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.
Woah! This is your first Pull Request in our community, Congratulations 🎉 and thank you for your contribution! 🚀 The team will review it on availability 💫. In the meantime join our Discord server and checkout our YouTube channel.
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.
Actionable comments generated: 0
Files selected for processing (1)
- src/components/layout/Footer.jsx (1 hunks)
Files skipped from review due to trivial changes (1)
- src/components/layout/Footer.jsx
Tips
Chat with
CodeRabbit Bot (@coderabbitai
)
- Tag the bot with
@coderabbitai
in any review comment to ask it questions. The bot will not respond unless explicitly tagged. - A review comment is a comment on a diff or a file and not a comment on the PR itself.
- You can use the mouse to select multiple lines of code to provide exact context to the bot.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
@PushpakRaut share the screenshot for before and after |
here are the images you asked for. |
LGTM 🔥 |
Previously the Gmail ID was out of the container in the iPhone 5 screen (320px width), Now this issue is resolved
Fixes #721
This PR fixes the following issues:
closes #721
Changes proposed
I have changed the CSS class of the div that is binding the content, In that I have removed gap-4 which means it is a gap between the grid from both row and column. so, I have changed it to gap-y-4, gap-x-0 default which makes row gap as 1rem and column gap 0. Also I have added a CSS class as "sm:gap-x-4" which means whenever the screen width is minimum 640px then the column gap will also become the 1 rem.
You can check the screenshots below.
Check List (Check all the boxes which are applicable)
Screenshots
Add all the screenshots that support your changes
Summary by CodeRabbit
Footer
component for better responsiveness on different screen sizes. The changes ensure that the layout remains consistent and visually appealing across various devices, enhancing the user experience.