Looking to display 4 images in a grid layout of 2 by 2, I'm trying to avoid having each image take up 50% of the screen for aesthetic reasons. Any suggestions on how to achieve this?
I've attempted setting the flex-direction to column, but it resulted in all images being placed in a single line without enough space for additional images to be positioned across.