How To Centre Blog Featured Images

Hi guys, how can I center the Featured image for blog posts? Thanks

http://www.digitalsave.co.uk/pokemon-go-gym-updates.html

Add the following rule the CSS section of the Theme editor:

.ty-blog__img-block {
    text-align: center;
}

http://prntscr.com/cs32e0

Worked perfectly, thanks a lot! :)

You are welcome!