let's try a design experiment where we build a complex landing page using only
one media query. the goal is to see how much we can rely on flexbox and grid to handle fluid resizing w/o constant breakpoints. you must use
flex-wrap: wrap;
or similar logic to manage the layout transition btwn mobile and desktop.
>design for the middle, not the edgesit will be
extremely difficult to maintain hierarchy when everything is scaling dynamically.
prepare to rewrite your entire css architecture if you try to use fixed widths. post your results or a link to your codepen below.