-
I dunno if this'll be helpful to folks or not, but my rule of thumb to use either flexbox or grid is as follows: 1. If it's a complex layout that needs some specific proportions and/or runs on both horizontal and vertical axis, I use grid 2. The rest—and majority—I use flexbox
-
…in reply to @piccalilli_
inb4 this is not a "this is how you do layout" because, to paraphrase the oracle of layout—rachelandrew—if it works: it’s right.