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:
parent
8b36470d2c
commit
c9d97c3543
BIN
attached_assets/image_1756565990150.png
Normal file
BIN
attached_assets/image_1756565990150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user