Skip to content

Commit 67704b6

Browse files
authored
fix(curriculum): fix code blocks for css example in minmax function lesson (freeCodeCamp#64731)
1 parent 63a1186 commit 67704b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/blocks/lecture-working-with-css-grid/673226a62eb2121da41a3d68.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Let's look at a practical example:
6363

6464
What's happening here? 
6565

66-
The first `column, minmax(150px, 300px)`, will always be at least `150px` and at most `300px`, depending on the available space.
66+
The first column, `minmax(150px, 300px)`, will always be at least `150px` and at most `300px`, depending on the available space.
6767

6868
On the other hand, the second column, `1fr`, will take up any available remaining space in the grid container since there are no additional columns to share the space with.
6969

0 commit comments

Comments
 (0)