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:
sebastjanartic 2025-08-30 13:19:27 +00:00
parent 8ef2facc0c
commit 8b8664b2de
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 899 KiB

View File

@ -187,10 +187,10 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) {
return (
<div
className="relative group mb-8"
className="relative group mb-4"
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}
</h2>