How do I add spacing between rows of a card-deck in bootstrap
问题 I fixed the size of each columns so that there's always 4 deck-items per row and the card-deck automatically goes to the next row whenever there is more than 4 deck-items in the row. But the spacing between two rows are very small and it looks like as if they are overlapping. As I am new to bootstrap I cant figure out how to add spacing between them. I tried to use margin but it didnt worked. This is my code for card-deck <div class="card-deck"> @foreach ($animes as $anime) <div class="col-sm