Skip to content

Commit 2526b4f

Browse files
committed
contributors list row gap bug
introduced in 005ae44
1 parent 73a00d7 commit 2526b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/PeopleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ setJumpToState(null);
9898

9999
<section>
100100
<h2>{contributorEntries.label}</h2>
101-
<ul class="content-grid-simple">
101+
<ul class="content-grid-simple !gap-y-0">
102102
{
103103
lodash.shuffle(contributorEntries.members).map((person) => (
104104
<li class="col-span-1">

0 commit comments

Comments
 (0)