Skip to content

Commit

Permalink
refactor: disable animation for contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumitattarde committed Jun 6, 2023
1 parent 1dbe49f commit eeca548
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,8 @@ ul > li {
flex-wrap: wrap;
}

.contactList a:hover {
color: unset;
}

.contactList > li {
margin: 2em;
transition: transform 0.3s ease-out;
}

.contactList > li:hover {
transform: translateY(1em);
}

.contactList i {
Expand Down

0 comments on commit eeca548

Please sign in to comment.