observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.13k stars 85 forks source link

fix descender clip #1448

Closed mbostock closed 2 weeks ago

mbostock commented 2 weeks ago

Applies a bit of padding (in addition to margin) so the background extends below the descenders. Also moves the styles to the end of the index.md so that it’s a bit friendlier to edit the example index.md (without getting distracted by some elaborate CSS).

Before:

Screenshot 2024-06-10 at 4 49 29 PM

After:

Screenshot 2024-06-10 at 4 49 12 PM