Make the cards cover the background entirely

If you want to remove the margin in the cards display:

 

 

You can use these css:

.card, .list-inset {
margin: 0px 0px;
}

And all your cards will look like this: