Skip to content

Commit

Permalink
Path downshift> % -> px
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-ash committed Nov 4, 2024
1 parent 5d8c2a3 commit fb7d03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Path.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Path() {
sx={{
width: '64px',
height: '64px',
top: `${downShift}%`,
top: `${(downShift) * 10}px`,
left: `${leftShift}px`,
transform: 'perspective(800px) rotateY(15deg) rotateX(40deg) rotateZ(-15deg)',
}}
Expand Down

0 comments on commit fb7d03b

Please sign in to comment.