Skip to content

Commit d4ed897

Browse files
lwasserwillingc
andauthored
Update _sass/minimal-mistakes/_pyos-grid.scss
Co-authored-by: Carol Willing <[email protected]>
1 parent c3a8d6c commit d4ed897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minimal-mistakes/_pyos-grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* Create & style a 3x3 grid wrapper */
44
.grid {
55
display: grid;
6-
// min max can be used to modify width
6+
// minmax can be used to modify width
77
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
88
grid-gap: 10px;
99

0 commit comments

Comments
 (0)