diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index 0741043..0150549 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -6,10 +6,12 @@ .big-pfp > img { border-radius: 5000px; + transition: 0.3s; } .big-pfp:hover > img{ border-radius: 0; + transition: 0.3s; } .big-pfp img {