carpentries / varnish

Template for pkgdown site
https://carpentries.github.io/varnish/
Other
7 stars 25 forks source link

CSS fixes for overview headings and resources sections #147

Closed froggleston closed 1 month ago

froggleston commented 2 months ago

This PR addresses https://github.com/carpentries/sandpaper/issues/570, where small tweaks to font sizing and padding/margins of the containing overview callout were required.

It also addresses #85 and https://github.com/carpentries/sandpaper/issues/359.

ErinBecker commented 1 month ago

Thanks for the CSS fixes @froggleston! I've tested locally and can confirm that this PR fixes both the issue reported in https://github.com/carpentries/sandpaper/issues/570 about large font sizes causing the episode overview card to display incorrectly:

Before

Screenshot 2024-07-09 at 10 12 26 AM

After

Screenshot 2024-07-09 at 10 11 21 AM

And the issue reported in https://github.com/carpentries/sandpaper/issues/359 where sections titled "Resources" inherit a different font size than other section titles.

Before:

Screenshot 2024-07-09 at 10 20 51 AM

After:

Screenshot 2024-07-09 at 10 19 47 AM