On my Micro.blog site I didn’t like my photos being smooshed together. This CSS has helped:

img {margin-top:1.5em; background-color: #ffffff; box-shadow: 5px 5px 5px gray;}

It adds space and a drop-shadow. See miraz.me for how it looks.