I know why it isn't possible to align center in flex wrapped container with flex-started items. As you know, if you try to whatever you do, it would make right space. What I know is that I could align those items to center using css-grid and media queries so far. However, I'm looking for another way, less annoying way.
For example, the structure is like below.
<Container>
<Item/>
<Item/>
<Item/>
<Item/>
<Item/>
<Item/>
<Item/>
<Item/>
</Container>
If you have any of ideas and tips, please let me know. Thank you.
I think I need to add more detail. It should be looked like this.
---- [] [] [] [] [] ---- 1row
---- [] [] ---- 2row
same spaces on right and left sides