From b12ebb7ec29d2f27f0917cbf05b7f3a3b7f9e5d6 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Thu, 1 May 2025 21:23:56 +0100 Subject: [PATCH] style: fix image height in tutorials for chrome --- src/components/tutorial/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tutorial/page.tsx b/src/components/tutorial/page.tsx index 4a04e11..4691fb1 100644 --- a/src/components/tutorial/page.tsx +++ b/src/components/tutorial/page.tsx @@ -45,7 +45,7 @@ export default function TutorialPage({ text, imageSrc, carouselIndex, finishInde alt="step 1 image" width={256} height={256} - className="rounded-lg w-full h-full object-contain bg-black" + className="rounded-lg w-full h-full object-contain bg-black flex-1" /> ) : (