Improve spacing and alignment for category titles on the grid

Adjust margin-bottom and margin-left for category titles in `netflix-grid.tsx` to align with other UI elements.

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/DVZN4Rp
This commit is contained in:
sebastjanartic 2025-08-30 15:00:49 +00:00
parent 8b36470d2c
commit c9d97c3543
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@ -193,7 +193,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
className="relative group"
onMouseLeave={() => setClickedVideoId(null)}
>
<h2 className="text-lg font-medium text-bunny-light mb-0 px-1 leading-tight">
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight">
{category.title}
</h2>
<div className="relative overflow-hidden">