I’m probably missing something very basic here so I’m ready to facepalm, but:
I’ve got two columns in a container. I want them to be 70% and 30% of available space - but I also want them to wrap once the available space becomes too small.
How do I do that?
I can set their proportions either through max-width and through flex-grow 7/3 & flex-basis = 0, but the first one gives me warping elements that don’t fill their new available space, and the second one doesn’t wrap, ever. What am I missing?