My YouTube Webflow community asked for a nice grid design as a tutorial, so I recreated Vitaa Architects' Journal section as an example: have a look at the original website here: vitaarchitecture.com/journal
They didn't use css grid for their layout but I found it is a perfect use case for it.
The grid contains several collection lists which are always limited to one item. This allowed me to create a more varied grid design.
I also use a fluid design system. It scales down the grid on the desktop breakpoint from 1600px downwards. The custom CSS for this is written in the global-css embed.
🖤