I was building the catalog menus. Here I want to remove the following gaps between two rows. The CSS Catalog I have designed And show them As like below, The CSS Catalog I want to design. My CSS Code
{
display: grid;
grid-template-columns: 30.5% 30.5% 30.5%;
column-gap: 40px;
}