@kizu that looks great, thank you! In a scenario where there's a random combination of images and paragraphs, could I get rid of the explicit `grid-row-end: span 10` and make it span as many rows as the image height is?
Here's an example where `span 10` places an image further than it should.
@kizu yeah, tradeoffs.. because of manual margins, floats are harder to integrate into a larger grid of the site
I'm currently using `grid-template-columns: subgrid` for cases when I want to align the contents of the article with other things around it.