-
i love css so much
-
…in reply to @piccalilli_
Video Alt: A 3 column grid of items breaks down into an overflow scroll section with a custom scrollbar
-
…in reply to @piccalilli_
I suppose I’d better explain how it works. It starts its life as a Reel (every-layout.dev/layouts/reel/) and then at a certain breakpoint I switch the flex styles for a simple 3 column grid (grid-template-columns: repeat(3, 1fr);).
-
…in reply to @piccalilli_
It’s a handy layout which we should probably make with layoutplusplus without the media queries. I bet it’s possible using the same sort of methodology as The Switcher (every-layout.dev/layouts/switcher/). Time constraints on this project quell that idea, for now.