I know margins between flexboxes can be set automatically thanks to the the align-content
property, but I need it to be fixed margin set in px. I am looking for something similar to column-gap
for multi-columns.
Here is what I need to do:
Here the space between 1,2,3 and 4,5 is equal, let’s say 30px. Any idea?