<div style="grid-template-columns:repeat(3, minmax(0, 1fr));display:grid;">
<div style="background:green;height:50px;">1: 50px</div>
<div style="background:green;height:200px;">2: 200px;</div>
<div style="background:green;height:50px;">3: 50px</div>
<div style="background:green;height:50px;">4: 50px</div>
<div style="background:green;height:50px;">5: 50px</div>
<div style="background:green;height:50px;">6: 50px</div>
</div>
Получаем
Как сделать так чтоб блоки 4 и 6 были под 1 и 3 без такого отступа? Т.е. убрать белое пространство между этими блоками