Skip to content

Commit b200b78

Browse files
committed
contributors list spacing
1 parent f171d44 commit b200b78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/PeopleLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ setJumpToState(null);
9797
}
9898

9999
<h2 class="mb-lg">{contributorEntries.label}</h2>
100-
<ul class="content-grid !gap-xs">
100+
<ul class="grid grid-cols-2 lg:grid-cols-4 gap-x-[40px]">
101101
{
102102
lodash.shuffle(contributorEntries.members).map((person) => (
103-
<li class="col-span-3">
103+
<li class="col-span-1">
104104
<a
105105
href={person.data.url}
106106
aria-label={`Link to ${person.data.name}'s personal website'`}

0 commit comments

Comments
 (0)