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