Adjust spacing between video category titles on the grid

Modify the margin-bottom CSS property for category titles within the netflix-grid component to reduce 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:26:27 +00:00
parent 412b0221d4
commit 8f0e26c37a

View File

@ -190,7 +190,7 @@ function CategoryRow({ category, onVideoClick }: CategoryRowProps) {
className="relative group mb-1"
onMouseLeave={() => setClickedVideoId(null)}
>
<h2 className="text-2xl font-bold text-bunny-light mb-1 px-4">
<h2 className="text-2xl font-bold text-bunny-light mb-0 px-4">
{category.title}
</h2>