Skip to content

Commit

Permalink
feat: increase scale on hovering links (EddieHubCommunity#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
guptasajal411 authored Sep 14, 2021
1 parent 605f286 commit f9680e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

.p-button{
transition: transform 0.33s!important;
}

.p-button:hover{
transform: scale(1.02);
}

0 comments on commit f9680e7

Please sign in to comment.