Add white space between images minimal theme

Hello. I would like to be able to add some white space between the images at the bottom of this page"
https://charliem.co.uk/pages/about
and possibly have three images without them being too small.

I am not familiar with editing code so any help would be much appreciated, but needs to be simply explained. Thank you

@CharlieMJ - please add this css to the very end of your timber.scss file and check, should look like the screenshot below

.rte img {padding: 5px;}

1 Like

@CharlieMJ
Put below css into theme.liquid file before closing tag


Perfect! Thank you so much.