Skip to content

Commit 23f4f41

Browse files
authored
Merge pull request #31 from fleeting/patch-1
minmax-START has auto-fill in the video.
2 parents c88834c + 92ef2d6 commit 23f4f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

13 - Using minmax() for Responsive Grids/minmax-START.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
display: grid;
2222
grid-gap: 20px;
2323
border: 10px solid var(--yellow);
24-
grid-template-columns: repeat(auto-fit, 150px);
24+
grid-template-columns: repeat(auto-fill, 150px);
2525
}
2626
</style>
2727
</body>
2828

29-
</html>
29+
</html>

0 commit comments

Comments
 (0)