Hacker News new | ask | show | jobs
by eternityforest 940 days ago
The second column can't always just be a tall column shaped div, because you probably want to reflow 12, 34, 56, 78 on mobile where you don't have room for 2 columns, to something like 12345678, not 13572468
1 comments

You can reorder flex children with the CSS `order` property.

https://developer.mozilla.org/en-US/docs/Web/CSS/order