Hacker News new | ask | show | jobs
by nailer 3498 days ago
Since zooming won't fix the line width, here's a quick fix - paste into the console:

     var article = document.querySelector('article'); article.style['max-width'] = '650px'; article.style['margin'] = '0 auto';