Y
Hacker News
new
|
ask
|
show
|
jobs
by
TheBicPen
300 days ago
Unlimited line length results in poor readability, and is a UX failure on large monitors. Limiting the number of characters per line makes the text easier to read.
https://www.researchgate.net/publication/234578707_Optimal_L...
3 comments
lenkite
300 days ago
Even my Grandmom knows Windows split screen shortcuts. Please don't give artificial margins to limit line length - they just annoy people.
link
okasaki
300 days ago
But the web site shouldn't enforce it. If users want smaller line lengths they should resize the browser window
link
akho
300 days ago
The page has a `max-width: 60em` on the main div.
link