As you can see the images on the third row are starting off from the right. I can’t figure out why.
Codepen Link: https://codepen.io/Smokahontas/full/LQvwGL/
As you can see the images on the third row are starting off from the right. I can’t figure out why.
Codepen Link: https://codepen.io/Smokahontas/full/LQvwGL/
because not all images have same height which results in different column height.
what you can do is set same height for all images or use flexbox.
Ok. Understood it! Thanks a lot