Skip to content

Commit

Permalink
feat: increase scale value (this is the last time I swear)
Browse files Browse the repository at this point in the history
  • Loading branch information
pml68 committed Feb 28, 2024
1 parent 4aad087 commit ef57bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assets/css/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ $font-max: 32px;
}

a:hover .project {
transform: scale(102%);
transform: scale(103%);
transition: transform .3s ease-in-out;
}

0 comments on commit ef57bad

Please sign in to comment.