Skip to content

Commit 8608123

Browse files
authored
Update index.html
1 parent 88c6762 commit 8608123

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,11 @@
362362
margin-bottom: 1.75rem;
363363
max-width: 560px;
364364
}
365-
365+
.tools-grid {
366+
display: grid;
367+
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
368+
gap: 1.125rem;
369+
}
366370
.tool-card {
367371
background: var(--white);
368372
border: 1px solid var(--border);

0 commit comments

Comments
 (0)