isaacs / blog.izs.me

eleventy app that powers my blog
https://blog.izs.me
Other
14 stars 13 forks source link

photosets on narrow screen widths look very bad #16

Closed isaacs closed 5 years ago

isaacs commented 5 years ago

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.

isaacs commented 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!