diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index 1551933..44fd9df 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -249,7 +249,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate ref={scrollRef} className="flex gap-3 overflow-x-auto scrollbar-hide pb-0 pl-4 pr-4" style={{ - maxWidth: '1300px', + maxWidth: '1100px', margin: '0 auto', scrollbarWidth: 'none', msOverflowStyle: 'none' @@ -258,7 +258,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {category.videos.map((video, index) => (
setClickedVideoId(video.id)} > {/* Top 10 Number overlay for first category */} diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 1978a2e..ca9e827 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -77,7 +77,7 @@ export default function Home() {
{/* STICKY HEADER */}
-
+
{/* Left side - Logo */}