Skip to content

Commit 2b70fdd

Browse files
authored
Update margin in the homepage
1 parent e8da0c5 commit 2b70fdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default async function HomePage() {
5454
<div className="flex flex-col">
5555
{featuredItems.length > 0 && <Hero items={featuredItems} />}
5656

57-
<div className="-mt-20 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
57+
<div className="-mt-12 relative z-10 flex flex-col gap-10 pb-16 max-w-7xl mx-auto w-full">
5858
<Carousel title="Trending Movies" items={trending.map(movieToMedia)} priority />
5959
<Carousel title="Trending TV Shows" items={trendingTV.map(tvToMedia)} />
6060
<Carousel title="Popular Movies" items={popular.map(movieToMedia)} />

0 commit comments

Comments
 (0)