cfpb / consumerfinance.gov

Django project protecting American consumers
https://www.consumerfinance.gov/
Creative Commons Zero v1.0 Universal
276 stars 112 forks source link

Bugfix: Footer missing margin clearing at mobile #8575

Closed anselmbradford closed 1 month ago

anselmbradford commented 1 month ago

In the Less to Sass work this override for the default li margin was overlooked.

Changes

How to test this PR

  1. yarn build and visit any page and resize to mobile and hover over the footer links. The line above and below the link should go solid.

Screenshots

Before:

Screenshot 2024-09-12 at 4 00 30 PM

After:

Screenshot 2024-09-12 at 4 00 19 PM

Notes and todos