Adjust spacing between the header and the first content section

Update `client/src/pages/home.tsx` to increase the top padding of the main element from 0 to 8 units, creating more vertical space between the header and the content grid.

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 21:08:27 +00:00
parent 4317d57528
commit 01ca219744
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -177,7 +177,7 @@ export default function Home() {
)}
</div>
<main className="w-full pt-0 pb-8 relative">
<main className="w-full pt-8 pb-8 relative">
<div className="container">
<NetflixGrid
videos={allVideos}