CodeStitchOfficial / Intermediate-Website-Kit-SASS

The official CodeStitch Intermediate kit, featuring 11ty, Decap CMS and SASS - all set up for you! Perfect for websites of all sizes.
Creative Commons Zero v1.0 Universal
700 stars 186 forks source link

Overlapping text: line-height too small on cta section #6

Closed jeffstienstra closed 3 months ago

jeffstienstra commented 5 months ago

The line height for #cta .title is calculated as 1.2083333333rem in the browser. Removing the attribute in the browser fixes the issue.

Before: Screenshot 2024-03-21 at 3 46 12 PM

After: Screenshot 2024-03-21 at 3 47 01 PM

Just thought I'd throw it out there. Thanks for all the resources you have available! :)

ItsEthanH commented 3 months ago

Sorry - been lax with the issues lately!

Think we fixed this one a long time ago where we swapped the line-heights to ems.

As such, think it's okay to close now. Thanks for the heads up!