Skip to content

Commit

Permalink
reduce button translate
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed May 24, 2024
1 parent 08f6ccf commit 782f9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ button:not(.custom) {
transition: transform 0.05s ease-out;

&:hover {
transform: translate(0.5em, 0);
transform: translate(0.25em, 0);
}
}

0 comments on commit 782f9d8

Please sign in to comment.