Skip to content

Commit

Permalink
style: change the social links icons animation on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Nov 16, 2022
1 parent 14e19d9 commit 2e39cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main/scss/_social-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;

&:hover {
top: -5px;
top: -2px;
transition: top ease 0.5s;
}
}

0 comments on commit 2e39cda

Please sign in to comment.