From ca077ca971161871f1fc9fc7f2523a0fbe664473 Mon Sep 17 00:00:00 2001 From: Vlad Korobov Date: Fri, 5 Jan 2024 17:05:08 -0500 Subject: [PATCH] Don't stretch yourself too far --- layouts/AuthorLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/AuthorLayout.tsx b/layouts/AuthorLayout.tsx index 44bc55f..ff744b9 100644 --- a/layouts/AuthorLayout.tsx +++ b/layouts/AuthorLayout.tsx @@ -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" />

{name}

{occupation}