Closed OnkarRuikar closed 1 year ago
There are no gaps in the grid without using dense algorithm. So removing the grid-auto-flow: dense line has no effect.
dense
grid-auto-flow: dense
Interleaving big and small blocks is not helping here. Putting bigger blocks together creates noticeable amount of gaps.
Problem
There are no gaps in the grid without using
dense
algorithm. So removing thegrid-auto-flow: dense
line has no effect.Solution
Interleaving big and small blocks is not helping here. Putting bigger blocks together creates noticeable amount of gaps.