I'm struggling to get the image centered within the slider.
You can view my carousel by clicking on the following link:
This carousel was created using react-bootstrap with next.js.
In an attempt to center the image, I have added the following code snippet to the image tag:
.center-block
margin: 0 auto
I have also tried adding this snippet to the carousel-item element.