Adjust spacing for category titles on the main grid

Modify padding on category titles in `netflix-grid.tsx` from `pl-[215px] pr-[215px]` to `pl-[50px] pr-[50px]`.

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/fyyFszO
This commit is contained in:
sebastjanartic 2025-09-01 17:11:02 +00:00
parent dac6a7e69a
commit f36cad969a

View File

@ -239,7 +239,7 @@ function CategoryRow({ category, onVideoClick, hideScrollButtons = false }: Cate
className="relative group mb-6"
onMouseLeave={() => setClickedVideoId(null)}
>
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight uppercase pl-[215px] pr-[215px]">
<h2 className="text-lg font-medium text-bunny-light mb-1 mx-2 leading-tight uppercase pl-[50px] pr-[50px]">
{category.title}
</h2>
<div className="relative overflow-visible pt-[25px] pb-[25px]">