Children Grid Alignment
Run locally for transcripts
๐จโ๐ผ Make adjustments to the content section at the
xl
breakpoint.Content subgrid
๐จ Turn the flex container into a Grid.
๐จ Align the rows of the content section grid with
subgrid
.๐จ Span the section across 2 grid rows.
๐จ Make the content section start at the 2nd column and the 3rd row.
Max width container
๐จ While you're there, "undo" the
max-w-md
at the xl
breakpoint with xl:max-w-none
.