After adjusting the height of the .well class, something unexpected happened:
https://i.sstatic.net/75KCB.jpg
Despite my attempts to change the height for various controls and elements within the carousel, including the carousel itself, I was not seeing any changes. It struck me that if I could alter the background color of the carousel control, then surely there must be a class I can modify to adjust the height as well. Can someone please point me in the right direction?
<a class="left carousel-control" href="#text-carousel" data-slide="prev" style="background: #f8f8f8 !important">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#text-carousel" data-slide="next" style="background: #f8f8f8 !important">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>