diff --git a/client/src/components/netflix-grid.tsx b/client/src/components/netflix-grid.tsx index f229f91..b09bc21 100644 --- a/client/src/components/netflix-grid.tsx +++ b/client/src/components/netflix-grid.tsx @@ -119,7 +119,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) {
{Array.from({ length: 6 }).map((_, index) => ( -
+
@@ -272,13 +272,13 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate {/* Scrollable video row - true edge to edge */}
{category.videos.map((video, index) => (
setClickedVideoId(video.id)} > {/* Top 10 Number overlay for first category */} diff --git a/client/src/index.css b/client/src/index.css index 41c7660..66f5500 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -372,7 +372,7 @@ input[data-testid*="search"]::placeholder { /* Container for main content layout */ .container { - max-width: 1400px; /* največja širina */ + max-width: 1200px; /* manjša širina za boljše proporcije */ margin: 0 auto; /* centriranje */ padding: 0 20px; /* malo notranjega roba */ }