cfpb / consumerfinance.gov

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

Remove h6 letter-spacing override #8574

Closed anselmbradford closed 1 month ago

anselmbradford commented 1 month ago

On event pages like https://www.consumerfinance.gov/about-us/events/archive-past-events/2016-academic-research-council-meeting/ we make the "modification date" have a tighter letter spacing. It would be easier if we didn't have to override our standard h6 letter spacing. This seems like a non-standard pattern that we should probably remove, particularly since there's another date on the same page without the same spacing.

Removals

How to test this PR

  1. http://localhost:8000/about-us/events/archive-past-events/2016-academic-research-council-meeting/ shouldn't have such tightly spaced modification date compared to production.

Screenshots

Before:

Screenshot 2024-09-12 at 3 18 01 PM

After:

Screenshot 2024-09-12 at 3 18 08 PM