For my school project, I am developing a website similar to Google Keep that allows users to create and share notes. I have utilized Bootstrap's container, row, and cards to display the existing notes. Everything seemed to be working fine until I encountered an issue when deleting elements, which resulted in gaps where the deleted element used to be. Can anyone provide guidance on how to remove these gaps and make the remaining elements move to fill the space?
The elements in question are:
<div class="col-sm-4">
</div>
Thank you in advance, Nikita