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:
parent
4317d57528
commit
01ca219744
BIN
attached_assets/image_1756760821497.png
Normal file
BIN
attached_assets/image_1756760821497.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user