Skip to content

Commit

Permalink
example: 💄 link button hover translateY less
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Jan 3, 2020
1 parent 859224b commit 8979e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/views/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
transition: all .3s ease-in-out;
&:hover {
transform: translateY(-10px);
transform: translateY(-5px);
}
&--active {
Expand Down

0 comments on commit 8979e09

Please sign in to comment.