Reduce vertical spacing within video category rows
Adjusted margin-bottom for category containers and titles in `netflix-grid.tsx` to decrease vertical spacing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 074b0e4c-6171-43bd-aa98-f9e04623ca14 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/074b0e4c-6171-43bd-aa98-f9e04623ca14/iazasnP
This commit is contained in:
parent
8ef2facc0c
commit
8b8664b2de
BIN
attached_assets/image_1756559921315.png
Normal file
BIN
attached_assets/image_1756559921315.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 899 KiB |
@ -187,10 +187,10 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className="relative group mb-8"
|
className="relative group mb-4"
|
||||||
onMouseLeave={() => setClickedVideoId(null)}
|
onMouseLeave={() => setClickedVideoId(null)}
|
||||||
>
|
>
|
||||||
<h2 className="text-2xl font-bold text-bunny-light mb-6 px-4">
|
<h2 className="text-2xl font-bold text-bunny-light mb-3 px-4">
|
||||||
{category.title}
|
{category.title}
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user