From a165a06f1035e338c0d8d1ffda18efce5db66a65 Mon Sep 17 00:00:00 2001 From: Jesse Breuer-Penello Date: Mon, 18 Sep 2023 16:26:25 -0400 Subject: [PATCH] feat: maintain aspect ratio of image --- app/_components/cards/profile-card/profile-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_components/cards/profile-card/profile-card.tsx b/app/_components/cards/profile-card/profile-card.tsx index a678c0d..edfd080 100644 --- a/app/_components/cards/profile-card/profile-card.tsx +++ b/app/_components/cards/profile-card/profile-card.tsx @@ -17,7 +17,7 @@ export function ProfileCard() { alt="A profile picture" width="128" height="128" - className="h-32 w-32 rounded-full duration-200 dark:grayscale dark:hover:grayscale-0" + className="aspect-auto h-32 w-32 rounded-full duration-200 dark:grayscale dark:hover:grayscale-0" />
Welcome to my digital garden