Skip to content

Commit f45ceee

Browse files
committed
Smaller grid gap, better layout fit
1 parent 5044b7f commit f45ceee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sophora-components/src/routes/highlight-cards/HighlightCards.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
.highlight-cards {
3030
display: grid;
3131
grid-template-columns: minmax(0, 1fr);
32-
gap: 2rem;
32+
gap: 1rem;
3333
margin: 0.5rem 0;
3434
3535
@media (min-width: 1200px) {

0 commit comments

Comments
 (0)