Skip to content

Commit ca053f4

Browse files
committed
Fix grid spacing in corporate contributors
1 parent 83290be commit ca053f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stylesheets/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
198198
align-items: stretch;
199199
column-gap: 28px;
200+
grid-gap: 28px;
200201
row-gap: 28px;
201202
}
202203
}

0 commit comments

Comments
 (0)