Increase website layout width to display more video content

Update the max-width of the main content container in index.css from 1300px to 1400px to allow for a wider display of video cards.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 890577b1-c154-40a4-a177-a0c6d55320c3
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/890577b1-c154-40a4-a177-a0c6d55320c3/2xHHKQn
This commit is contained in:
sebastjanartic 2025-09-01 20:03:17 +00:00
parent d051f81621
commit 92779c5828

View File

@ -372,7 +372,7 @@ input[data-testid*="search"]::placeholder {
/* Container for main content layout */
.container {
max-width: 1300px; /* malo večja širina za več kartic */
max-width: 1400px; /* malo večja širina za več kartic */
margin: 0 auto; /* centriranje */
padding: 0 20px; /* malo notranjega roba */
}