Y
Hacker News
new
|
ask
|
show
|
jobs
by
RussianCow
4349 days ago
Wouldn't this leave a bunch of white space on one side if the screen width is not an exact multiple of that size? That doesn't seem like a good solution to me.
1 comments
iSnow
4349 days ago
The browser could distribute the white space between columns to avoid this.
link
haakon-wium-lie
4349 days ago
Yes, that's how the spec is written: the style sheet specifies an optimal line length, but it will be adjusted somewhat to fill the whitespace.
link