Skip to content

Commit

Permalink
[update] use translate instead of right for mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Animenosekai committed Jun 6, 2022
1 parent ba14ab9 commit 7288f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ module.exports = {
'enter-menu': {
'0%': {
opacity: 0,
right: '-100%',
transform: "translateX(100%)"
},
'100%': {
opacity: 1,
right: '0',
transform: "translateX(0%)"
}
}
},
Expand Down

1 comment on commit 7288f2b

@vercel
Copy link

@vercel vercel bot commented on 7288f2b Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.