I tried using mx-auto to center an image inside a Bootstrap 4 card just below the ard-text but the image is left-justified still.
img src="my.svg" class="mx-auto" alt="...">
I tried to put the img inside a div then text-center but did not work.
How do you center it?