Remove padding between cards

Add this code to the Custom CSS field on the Style tab of your Team Showcase widget’s settings:

.eapp-team-showcase-grid-item {
padding: 0 !important;
}