After attempting to use mx-auto to center an image within a Bootstrap 4 card just beneath the card-text, I found that the image remained left-justified.
<img src="my.svg" class="mx-auto" alt="...">
I also tried placing the img inside a div and using text-center, but this approach was unsuccessful.
What is the best way to center it?