Did you use both code for increasing column gaps?
column-gap size must be twice by max-width size like below code
.grid {
column-gap: 36px;
}
.grid-solution {
max-width: calc(50% - 18px);
}
Did you use both code for increasing column gaps?
column-gap size must be twice by max-width size like below code
.grid {
column-gap: 36px;
}
.grid-solution {
max-width: calc(50% - 18px);
}