Skip to content

Commit

Permalink
add animation duration for learn more button
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyvvkaa committed Oct 29, 2023
1 parent 7aa19af commit c698046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/blocks/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
width: 100%;
border: 2px solid $c-orange-accent;
border-radius: 32px;
transition: all $animation-speed;

&:hover {
background-color: $c-orange-accent;
Expand Down

0 comments on commit c698046

Please sign in to comment.