Unwanted white space between sections of flex search card within css grid
I'm trying to layout some search result cards using tailwind. The cards are arranged using css grid while the content inside the cards - a header image, a title, and some metadata - are laid out using flex. The intention…