Can you space things from the center?

Hey there,
I’ve got four images, next to eachother 2 columns by 2 rows. The images are from a multi field in a CMS collection. I want to add padding directly to the center of the images (to the center of where the images are) so they are evenly spaced out . Not to the left or to the right of the images. Note since I’m using CMS, if I were to change one element, it would change all of them.

How would I do this?
Thank you, all input and advice is extremely appreciated.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hey @alexanderaccounting, display: grid should sort this out for you. You can set the gutter for grid.

Oh yes, I never thought of that!
Thank you so much Denny! I really appreciate it