Skip to content

Commit

Permalink
Merge pull request #10 from terpimost/patch-1
Browse files Browse the repository at this point in the history
Don't stretch yourself too far
  • Loading branch information
JRMurr committed Jan 5, 2024
2 parents 13f36da + ca077ca commit 1e37b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/AuthorLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function AuthorLayout({ children, frontMatter }: Props) {
alt="avatar"
width="192px"
height="192px"
className="w-48 h-48 rounded-full"
className="w-48 h-48 rounded-full object-cover"
/>
<h3 className="pt-4 pb-2 text-2xl font-bold leading-8 tracking-tight">{name}</h3>
<div className="text-gray-500 dark:text-gray-400">{occupation}</div>
Expand Down

0 comments on commit 1e37b48

Please sign in to comment.