Skip to content

Commit

Permalink
style(home): fix responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalpa committed Jul 12, 2024
1 parent 25c4ec5 commit 800905f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Card: React.FC<ICard> = ({ movie }) => {
return (
<Link
href={`/${movie.id}`}
className="relative h-[300px] w-[200px] overflow-hidden rounded-xl duration-300 hover:scale-105 hover:cursor-pointer md:h-[390px] md:w-[260px] xl:h-[450px] xl:w-[300px]"
className="relative h-[300px] w-[200px] overflow-hidden rounded-xl duration-300 hover:scale-105 hover:cursor-pointer md:h-[390px] md:w-[260px] 2xl:h-[450px] 2xl:w-[300px]"
>
<div className="absolute inset-0 z-10 bg-black bg-opacity-20"></div>
<div className="absolute left-0 top-0 z-20 w-full p-4 text-center text-white">
Expand Down

0 comments on commit 800905f

Please sign in to comment.