Hacker News new | ask | show | jobs
by bromuro 225 days ago
The website doesn’t display correctly when I increase the browser’s font size, and it doesn’t work in reader mode. :(

I have poor eyesight, so I can’t read the content.

1 comments

Huh? For me it works fine? Are you sure you are on https://dillo-browser.org/ ?
I have the same problem, and yeah, that's the site. Tapping the button to increase the font size just zooms the page in so now I have to scroll horizontally to read the content. Something on the page is preventing natural reflowing, I could probably figure out what if I was on my desktop. My hunch is it's the row of images.
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.