Skip to content

Commit

Permalink
refactor(app): make the gripper animation on the ODD slightly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 18, 2024
1 parent 4f9b2ce commit 718976e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ const ANIMATION_CONTAINER_STYLE = css`
const ANIMATION_STYLE = css`
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
width: 27rem;
height: 18.75rem;
height: 20.25rem;
}
`

0 comments on commit 718976e

Please sign in to comment.