Adjust spacing for category titles in the video grid
Update padding for category titles in `netflix-grid.tsx` to ensure consistent alignment. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8e9f2b36-ec9c-4acc-b19b-5304fa9790c5 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/8e9f2b36-ec9c-4acc-b19b-5304fa9790c5/7gAiKIm
This commit is contained in:
parent
7cb06977bc
commit
ec99331b64
BIN
attached_assets/image_1756748117335.png
Normal file
BIN
attached_assets/image_1756748117335.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 579 KiB |
@ -238,7 +238,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
|
||||
<div
|
||||
className="relative group mb-6"
|
||||
>
|
||||
<h2 className="text-xl font-semibold text-white mb-4 px-4">
|
||||
<h2 className="text-xl font-semibold text-white mb-4 pl-6 pr-4">
|
||||
{category.title}
|
||||
</h2>
|
||||
<div className="relative">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user