feat(onboarding): Add responsiveness to all aspects of the onboarding quiz card and page#20
Merged
feat(onboarding): Add responsiveness to all aspects of the onboarding quiz card and page#20
Conversation
✅ Deploy Preview for mint-chip ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
Author
|
Update: Included additional commit with more breakpoint sizes and font sizes to adjust to very small screens widths and heights and avoid content overflow |
CMolinaBetancourt
approved these changes
Nov 3, 2025
…iner with breakpoints
…d included reverse properties for next button to sit on top in mobile screens
…ore font size responsiveness for xs screens at 320px and small height screens to avoid overflow
4907c2d to
35e0997
Compare
nkabembo
requested changes
Nov 3, 2025
Collaborator
nkabembo
left a comment
There was a problem hiding this comment.
Suggestion: for mobile view on onboarding quiz making sure the content remains in white card and not go out onto the gradient.
Everything else is fine.
nkabembo
approved these changes
Nov 4, 2025
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.
🎯Type of Change:
This PR...
Adds responsive gradient background spanning the whole height, adds responsive container sizes, and adds responsive font sizes across breakpoints, adds responsive layouts for buttons in the container. Added responsiveness for xs screen widths (320px) and small height screens
📝 What I Did:
reverseso that next button sits atop the skip button on mobile screens flex column layout🧪 How to Test:
🤔 What I learned:
I noticed because of the order of the next and skip buttons in my code or DOM order, the skip button receives focus first when using tab navigation, even when on mobile layout which places the next button on top. It is something to consider from a UX perspective which of these buttons should receive focus first for keyboard users on different screen sizes. From there, a tab index can be included for each button in future developments of the app.