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:
parent
d051f81621
commit
92779c5828
@ -372,7 +372,7 @@ input[data-testid*="search"]::placeholder {
|
|||||||
|
|
||||||
/* Container for main content layout */
|
/* Container for main content layout */
|
||||||
.container {
|
.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 */
|
margin: 0 auto; /* centriranje */
|
||||||
padding: 0 20px; /* malo notranjega roba */
|
padding: 0 20px; /* malo notranjega roba */
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user