Hacker News new | ask | show | jobs
by dunewalker547 262 days ago
If you find the columns jarring, run this in the console:

document.querySelectorAll('.col-50').forEach(d=>d.classList.replace('col-50','col-100'));

2 comments

Or use reading mode (F9 in Firefox)
Thanks! As usual people favor look over usability and readability.