Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit fbd25df

Browse files
committed
fix(media|home): prevent misaligned+small footer image
1 parent eca9d63 commit fbd25df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/nextjs-minimal/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ export default function Home() {
181181
</Container>
182182
</section>
183183

184-
<div className="aspect-video overflow-hidden">
185-
<Image src={youGotThisImage} alt="" aria-hidden />
184+
<div className="relative aspect-video overflow-hidden">
185+
<Image src={youGotThisImage} alt="" aria-hidden fill />
186186
</div>
187187
</Layout>
188188
)

0 commit comments

Comments
 (0)