Hacker News

Favorites Setup
Comment by lmm | original | Bug Blindness
[−]lmm · 2026-08-30 Sun 11:45 UTC · link
> What's wrong with the following CSS snippet for example?

It doesn't achieve a reasonable readable font size which was presumably the goal. Your padding won't be the right size for all screens either. (And personally I hate excessive line height).

> respect the browser's default font size

The browser's defaults are also bad. But they shouldn't be. The browser is in a position to actually fix this; the webdev isn't.