style: fix image height in tutorials for chrome

This commit is contained in:
trafficlunar 2025-05-01 21:23:56 +01:00
parent 7c13d106d7
commit b12ebb7ec2

View file

@ -45,7 +45,7 @@ export default function TutorialPage({ text, imageSrc, carouselIndex, finishInde
alt="step 1 image" alt="step 1 image"
width={256} width={256}
height={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"
/> />
</> </>
) : ( ) : (