Side-By-Side Layout
Creating Responsive Two Column Layouts
๐จโ๐ผ With the small and subtle spacing and typography adjustments behind us, we're going to tackle the big layout change happening at the XL breakpoint.
๐จ At the xl breakpoint, make the grid have 2 columns.
- The first column's width should be defined by the logo grid (๐ auto sizing)
- The second column should take up the remaining space (๐ fraction unit sizing).
๐ฐ You can use a
grid-cols-[] arbitrary value to achieve this!๐จโ๐ผ Make sure the gap between the columns matches the Figma design.