Skip to content

Commit 0093d84

Browse files
Changes
1 parent 201c5d8 commit 0093d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/People.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function PersonCard({ person }: { person: (typeof people)[number] }) {
6767
className="group flex flex-col items-center text-center"
6868
>
6969
{/* circular avatar */}
70-
<div className="mb-3 h-28 w-28 overflow-hidden rounded-full bg-muted">
70+
<div className="mb-4 h-44 w-44 overflow-hidden rounded-full bg-muted">
7171
<img
7272
src={person.image}
7373
alt={person.name}

0 commit comments

Comments
 (0)