Closed isaacs closed 5 years ago
Turns out that flex-box is not right for this (or too complicated, at any rate) and display:table properties are still mostly broken, compared to what you can do with actual <table>
elements.
But you can display:block
table elements and make them responsive, so I did that!
may need to just bite the bullet and not use tables? idk.
Could still use display:table css, and then swap to single-col when the viewport gets narrow.