Logo Grid
Building a Structured Grid Layout
👨💼 Our designers had a pretty fancy idea with the offset logo grid on desktop. I really like it!
👨💼 Before we tackle this art-directed arrangement of logos, let's convert our list of logos (currently flowing naturally using Flexbox) into a more defined CSS Grid.
🐨 At the xl breakpoint, make the logo list a structured grid with 5 columns and 6 rows.
🐨 The grid should flow from top to bottom, left to right.