i got a container that maps through an array and prints out images for each object.
My question is how can i make the spacing between each line lesser? I'll post an image here so you can visualize what im trying to accomplish
Heres my properties for the container:
display: flex;
flex-direction: row;
flex-wrap: wrap;
i tried messing with some margin-top: -2% for each image, the problem is that the top row should not go higher then it already does.