Decrease image size on hover

This commit is contained in:
Cooper Ransom 2024-04-03 23:39:00 -04:00
parent a6a2b400a0
commit fda8611f0f
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ export function Discover() {
isTVShow ? media.name : media.title isTVShow ? media.name : media.title
}`} }`}
rel="noopener noreferrer" rel="noopener noreferrer"
className="block text-center relative overflow-hidden transition-transform transform hover:scale-95 mr-4" className="block text-center relative overflow-hidden transition-transform transform hover:scale-90 mr-4"
style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie
> >
<LazyLoadImage <LazyLoadImage