How to remove gap between project images and their names?

Here it is-https://codepen.io/kirito-excalibur/pen/wvPvdPO

you can apply display: block; to the image, this will remove the whie space below.
To learn the reason of why its there and possibly other methods to deal with it, you can visit this topic:

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.