Skip to content

Commit

Permalink
fix: width full for widget offer card
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed Oct 16, 2024
1 parent ca4211d commit 3eefd0b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const ScrollAnimatedPerspectiveBox = ({
transform={`perspective(800px) rotateX(${rotation}deg)`}
transformOrigin="50% 100%"
transition="transform 0.1s ease-out"
w="full"
>
{children}
</Box>
Expand Down

0 comments on commit 3eefd0b

Please sign in to comment.