Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bu4ak authored Feb 18, 2024
1 parent b784888 commit 5409587
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ a:hover {
}

.avatar img {
width: 350px !important;
width: 300px !important;
border-radius: 50%;
transition: 0.5s;
transition: 0.4s;
}
.avatar img:hover {
-webkit-transform: scale(0.97);
-ms-transform: scale(0.97);
transform: scale(0.97);
-webkit-transform: scale(0.90);
-ms-transform: scale(0.90);
transform: scale(0.90);
}

0 comments on commit 5409587

Please sign in to comment.