Hacker News new | ask | show | jobs
by WaltPurvis 262 days ago
The paragraphs on all pages are formatted quite narrowly, displaying only 3 - 6 words per line.

If this bothers people, it can also be changed with Stylebot or the like, using a rule like this to change the max-width, which is set to 400px, to a larger value:

p, ul, li { max-width: 800px; }