Hacker News new | ask | show | jobs
by 1718627440 225 days ago
It is because of this:

   .main {
      margin: 2em auto;
      width: 50em;
    }
So the whole page width just increases with the font size. I think they should have used max-width instead.

This also causes problems, when you resize your browser window.