#pc{ display:grid; grid-template-columns:repeat(auto-fit,minmax(var(--columnSize),1fr)); gap:var(--grid-gap); section{ align-self:start; } }