Skip to content

Commit

Permalink
fix: center contributor list on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
crStiv authored Dec 24, 2024
1 parent 4824872 commit d156e83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const avatarCssStyle = {

export default async function CoreContributors() {
return (
<div className="flex flex-row flex-wrap items-start gap-3 bg-black pt-12">
<div className="flex flex-row flex-wrap items-start justify-center gap-3 bg-black pt-12">
{owners?.length > 0 &&
owners.map((owner) => {
const filename = owner.filename ?? '';
Expand Down

0 comments on commit d156e83

Please sign in to comment.