I have been using this carousel component:
https://i.sstatic.net/2haSi.png
One issue I have noticed is that there is a border around each block in the carousel.
Specifically, on the first slide, the left shadow is not visible, and on the third slide, the right shadow is not visible.
I have attempted to fix this by adding a margin-left:-5px
to the right
<div class="col-md-4 clearfix d-none d-md-block">
, which does make the shadow appear, but I believe there must be a cleaner solution.
Does anyone have suggestions on how to modify the col-md-4 to ensure the shadow is visible on both the left and right blocks?