1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

Change scale transition to 95

This commit is contained in:
Cooper Ransom 2024-04-05 15:30:33 -04:00
parent 178776f3ae
commit 6d93b3105d

View file

@ -295,7 +295,7 @@ export function Discover() {
// Navigate instead of href!
}
rel="noopener noreferrer"
className="block rounded-xl text-center relative overflow-hidden transition-transform transform hover:scale-90 duration-500 mr-5"
className="block rounded-xl text-center relative overflow-hidden transition-transform transform hover:scale-95 duration-500 mr-5"
style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie
>
<img