Fix/responsive cards 360px#1213
Open
riyanshigupta890-cloud wants to merge 8 commits into
Open
Conversation
…#1087) Signed-off-by: Riyanshi Gupta <riyanshigupta890@gmail.com>
|
@riyanshigupta890-cloud 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. |
komalharshita
requested changes
Jul 18, 2026
komalharshita
left a comment
Owner
There was a problem hiding this comment.
Thanks for working on improving the mobile responsiveness for 360px devices. The changes address an important usability issue, but I have a few blocking concerns before this can be merged.
- This PR currently has merge conflicts that need to be resolved before it can be reviewed accurately.
- The CSS changes target the responsive layout, but the PR only mentions testing on a 360px viewport. Please verify that the new styles do not introduce regressions on larger breakpoints (tablet and desktop) and include screenshots or testing results for multiple viewport sizes.
- Since the changes modify shared responsive styles, please ensure that existing project cards, buttons, and spacing remain consistent across all supported screen sizes.
Once the merge conflicts are resolved and cross-device testing is confirmed, I'd be happy to review the updated version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary [required]
This PR makes the project cards section fully responsive on 360px viewports (common on budget Android devices). The fix includes reduced card padding, single-column layout, tighter tag spacing, and ensures action button text remains visible without clipping. Tested on Chrome DevTools device emulation (Pixel 4a, 360x800).
Related Issue [required]
Closes #9
Type of Change [required]
data/projects.jsonWhat Was Changed [required]
static/style.css@media (max-width: 380px)block with specific selectors for.project-card,.project-card-tags,.btn-save-project,.btn-details, and.results-gridto ensure proper responsive behaviorHow to Test This PR [required]
git checkout fix/responsive-cards-360pxpython app.pyTest Results [required]
This is a CSS-only change with no Python tests. Visual verification completed:
Screenshots (if UI change)
Screenshots taken at 360x800 using Chrome DevTools device emulation
Self-Review Checklist [required]
fix/responsive-cards-360pxprint()orconsole.log()debug statementsNotes for Reviewer
@media (max-width: 380px)block with more specific selectors targeting DevPath's actual classes (.project-card,.project-tag,.btn-save-project, etc.)