style: fix image height in tutorials for chrome
This commit is contained in:
parent
7c13d106d7
commit
b12ebb7ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue