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

[Footer] Fix edge case at 480px viewport width #4525

Closed
wants to merge 1 commit into from

Conversation

jkjustjoshing
Copy link
Contributor

Description

At exactly 480px viewport width, show the footer as fully expanded
Fixes #4524

Additional information

See #4524 for more details. I changed the Javascript media query from (min-width: 480px) to the inversion of (max-width: 480px). This matches the Javascript breakpoint to the CSS breakpoint that changes the layout of the section headers.

@thisisdano
Copy link
Member

thisisdano commented Mar 1, 2022

Closed in favor of #4531

@thisisdano thisisdano closed this Mar 1, 2022
@thisisdano thisisdano mentioned this pull request Mar 7, 2022
@jkjustjoshing jkjustjoshing deleted the main branch May 1, 2023 12:27
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.

[Footer] At exactly 480px viewport width, collapsable components display incorrectly
2 participants