Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix credits page bio centering at very wide resolutions #642

Merged
merged 1 commit into from
May 7, 2024

Conversation

cstephen
Copy link
Contributor

@cstephen cstephen commented Jan 5, 2024

Closes #629.

This fixes the issue described in #629. The problem is that, at very wide resolutions, bio images cap out at their native width of 300px and are floated to the right. The extra whitespace to the left of the bio image gives the appearance of the grid system failing, even though it is still working as intended. This has been fixed by setting bio images to width: 100% so they scale up when their parent div is greater than 300px wide.

To test, run the app, view the credits page, and make your browser very wide (maybe even wider than your laptop screen). Verify that everything on the page still lines up as expected.

@brucecrevensten brucecrevensten merged commit 4bd7404 into main May 7, 2024
1 check failed
@brucecrevensten brucecrevensten deleted the widescreen_credits_fix branch May 7, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Credits page layout isn't right on really wide screens
2 participants