More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.profile-avatar img { | .profile-avatar img { | ||
border-radius: 8px; | border-radius: 8px; | ||
transition: transform 250ms cubic-bezier(0.215,0.61,0.355,1); | |||
} | |||
.profile-avatar img:hover { | |||
transform: scale(1.03); | |||
} | } | ||