style: improve footer responsiveness on small screens#35
Conversation
|
@Muskankr is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @komalharshita , I’ve rechecked the footer responsiveness changes on mobile breakpoints and verified that all CI tests are passing successfully. Please let me know if any further improvements or changes are needed. Thank you for reviewing the PR! |
komalharshita
left a comment
There was a problem hiding this comment.
Thanks for the contribution. The footer responsiveness improvements are clean and the CSS changes stay properly scoped to the issue.
Before this PR can be approved, please upload screenshots of the footer on:
- mobile view (around 375px)
- tablet view
- desktop view
This helps reviewers verify the responsive behavior and visual consistency across breakpoints.
Please add both before and after screenshots in the PR description or comments.
|
@Muskankr please resolve the conflicts before merging this PR |
|
@komalharshita Resolved conflicts |






Summary [required]
This PR fixes the footer layout issues on mobile devices by improving responsiveness and adjusting spacing, alignment, and grid behavior for smaller screen widths. The update ensures that the footer content remains properly structured, readable, and visually consistent across different device sizes without breaking the overall design.
Related Issue [required]
Closes #21
Type of Change [required]
What Was Changed [required]
How to Test This PR [required]
git checkout fix/footer-mobile-responsiveCheck that:
Self-Review Checklist [required]
fix/print()or debug statementsNotes for Reviewer
This change focuses only on mobile responsiveness of the footer and does not affect any logic or backend functionality.
Thanks for reviewing my PR !