I'm working with bootstrap cards. The amount of cards within a card-deck is dynamic. Now my issue is that each card should be col-md-4
(33%) in width. When the amount of cards is > 1 everything is fine, but as soon as I only have a single card this card is not 33% based on col-md-4
.
Here a jsfiddle: https://jsfiddle.net/2o09b4te/ remove cards 1 by 1 until you have 1 left.
Any idea what I'm doing wrong?