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.
PR Template
Two tests failing on singleWorld view, but they do not seem critical to fix for this to be merged. They are just old names / expected strings that have changed slightly.
Types of changes made?
What does this PR do?
responsiveness - specifically mobile responsiveness and sizing for arrows, welcome page text, some of the grid preview stuff on browser
Questions/Comments/Relevant Screenshots?
There are still issues present for responsiveness, i wasn't sure how to change the single world view to affect:
modal window on mobile devices appears on top of the world description, same with the arrows involved with the carousels for details
I believe a solution is to change the positioning of the arrows of the details carousel, and the modal itself to attach to the bottom of the screen? We could use absolute positioning and just base things off of the bottom rather than the top when the device is a mobile breakpoint.
I could use help with that specific component to finish up this responsiveness audit!