Skip to content

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

Closed
jkjustjoshing wants to merge 1 commit into
uswds:developfrom
jkjustjoshing:main
Closed

[Footer] Fix edge case at 480px viewport width#4525
jkjustjoshing wants to merge 1 commit into
uswds:developfrom
jkjustjoshing:main

Conversation

@jkjustjoshing

Copy link
Copy Markdown
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

thisisdano commented Mar 1, 2022

Copy link
Copy Markdown
Contributor

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