css help
css help
Out of context: Reply #5
- Started
- Last post
- 13 Responses
- monNom0
I think you are missing the declaration of '--auto-grid-min-size', so you minmax in the grid-template-columns would be 0
try adding this and fiddle with it as necessary.
:root{
--auto-grid-min-size: 10rem;
}- that looks fine, since it will shows it properly on browser resize....********
- maybe misplace brackets on minmax as well. s/b var('variable_name')monNom
- that looks fine, since it will shows it properly on browser resize....