tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
221 stars 63 forks source link

reduce document width on wider displays #571

Closed michaelficarra closed 9 months ago

michaelficarra commented 9 months ago

before:

image

after:

image

We could reduce it more but I figured I'd start with a smaller change.

/cc @devsnek

bakkot commented 9 months ago

This seems way worse to me.

Can we at least go with the HTML spec's 80em instead of 50?

michaelficarra commented 9 months ago

Updated to 80rem

image