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 59b4696 commit d9d9d67Copy full SHA for d9d9d67
css-cookbook/card--download.html
@@ -28,7 +28,7 @@
28
.cards {
29
display: grid;
30
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
31
- grid-gap: 20px;
+ gap: 20px;
32
max-width: 800px;
33
margin: 1em auto;
34
}
0 commit comments