Skip to content

Commit 84854a6

Browse files
committed
adjust authorlist padding
1 parent a0331b7 commit 84854a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/author_list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function AuthorList({ authors }: { authors: Author[] }) {
1111
return acc;
1212
}, {} as { [key: string]: number });
1313
return (
14-
<div className="pb-4">
14+
<div className="pb-0">
1515
<div className="text-center text-xl">
1616
{authors.map((author, index) => (
1717
<span key={index}>

0 commit comments

Comments
 (0)