@@ -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 */
}