diff --git a/components/ContinueWatchingPoster.tsx b/components/ContinueWatchingPoster.tsx index c15495ce..c5c4653f 100644 --- a/components/ContinueWatchingPoster.tsx +++ b/components/ContinueWatchingPoster.tsx @@ -80,9 +80,8 @@ const ContinueWatchingPoster: React.FC = ({ return ( = ({ item={item} key={item.Id} className={`mr-2 - ${orientation === "horizontal" ? "w-44" : "w-28"} + ${orientation === "horizontal" ? "w-56" : "w-28"} `} > {item.Type === "Episode" && orientation === "horizontal" && (