.my-grid-row{grid-row:span 2}.my-grid{display:grid;gap:8px;grid-auto-rows:minmax(50px,auto);grid-template-columns:repeat(2,1fr)}
