Closed iamjamesfrancis closed 1 year ago
Fixes #95
100%
row
grid
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
What does this PR do?
Fixes #95
Changes
100%
.row
addedgrid
.display: grid;
andgrid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
Screenshots