mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): fix code blocks for css example in minmax function lesson (#64731)
This commit is contained in:
@@ -63,7 +63,7 @@ Let's look at a practical example:
|
||||
|
||||
What's happening here?
|
||||
|
||||
The first `column, minmax(150px, 300px)`, will always be at least `150px` and at most `300px`, depending on the available space.
|
||||
The first column, `minmax(150px, 300px)`, will always be at least `150px` and at most `300px`, depending on the available space.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user