grid column/row methods
Hey, is it better to define the size of grid columns/rows by setting either a
min-width or min-height (depending on which one), on the parent and using the fr unit, or to define them using set sizes such as 10rem for example? Thanks in advance.