From d156e8360ddd9257fa57891c5878ce95665f7836 Mon Sep 17 00:00:00 2001 From: crStiv Date: Tue, 24 Dec 2024 22:26:49 +0100 Subject: [PATCH] fix: center contributor list on small screens Fixes #1205 --- apps/web/src/components/CoreContributors/CoreContributors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/CoreContributors/CoreContributors.tsx b/apps/web/src/components/CoreContributors/CoreContributors.tsx index efc7559826..a1c8423ebd 100644 --- a/apps/web/src/components/CoreContributors/CoreContributors.tsx +++ b/apps/web/src/components/CoreContributors/CoreContributors.tsx @@ -15,7 +15,7 @@ const avatarCssStyle = { export default async function CoreContributors() { return ( -
+
{owners?.length > 0 && owners.map((owner) => { const filename = owner.filename ?? '';