We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6413c9 commit f18bab2Copy full SHA for f18bab2
snippets/css/layouts/grid-layout.md
@@ -8,7 +8,7 @@ tags: layout,grid
8
9
```css
10
.grid-container {
11
- display: grid
+ display: grid;
12
grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
13
/* Explanation:
14
- `auto-fit`: Automatically fits as many columns as possible within the container.
0 commit comments