Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
maxloh
2y ago
0 comments
Share
Maybe add `flex: 1` to the second column?
undefined | Better HN
0 comments
default
newest
oldest
eternityforest
2y 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
maxloh
OP
2y ago
You can reorder flex children with the CSS `order` property.
https://developer.mozilla.org/en-US/docs/Web/CSS/order
j
/
k
navigate · click thread line to collapse