Arrange video content into organized rows with improved spacing

Update `NetflixGrid` component to wrap category rows in a container with the 'container' class, likely for layout and spacing adjustments.

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/SHCPaqp
This commit is contained in:
sebastjanartic 2025-09-01 18:00:21 +00:00
parent a157fef978
commit a84165d47b

View File

@ -151,7 +151,7 @@ export default function NetflixGrid({ videos, isLoading }: NetflixGridProps) {
return (
<>
<div>
<div className="container">
{categories.map((category, categoryIndex) => (
<div key={categoryIndex} className={`${categoryIndex === 0 ? 'mt-2 mb-1' : 'mb-2'}`}>
<CategoryRow