How to Control Vertical Spacing - Will Nesting Work?
Briefly

You can nest a CSS Grid inside a Flexbox container to manage complex layouts involving both horizontal and vertical alignment. Flexbox is ideal for elements that need flexible space allocation, while Grid excels at controlling layout structure and positioning. By structuring your HTML to create a flex container for your photo column and embedding a grid within it for additional content, you can achieve the desired layout. It can seem complex, but with a clear understanding of both systems, it is certainly feasible.
Although combining Flexbox and CSS Grid can be complex, nesting is possible. You can create a flex container and add a grid container inside it.
Using Flexbox for layout allows for flexible arrangement of items, while Grid provides precise control over layout structure. Understand their strengths for optimal results.
Read at SitePoint Forums | Web Development & Design Community
[
|
]