I'm stuck here and trying to figure out why the distance between the bootstrap carousel indicators is not equal.
https://i.sstatic.net/n2MQm.jpg
If you look at the image, you can see the uneven spacing between the 1st and 2nd indicators.
#carousel-example-generic-right .carousel-indicators .active {
background-color: #990000;
}
.carousel-indicators li {
width: 12px;
height: 12px;
}
I made changes to the width and height of each bullet, as well as the active state.
View the working codepen here
Any help with this issue would be greatly appreciated!