From 5f96faf6822162efa36adbcde36986311ddc7d56 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 2 Feb 2024 17:36:16 +0100 Subject: [PATCH] aSD --- styles/pages/user/profile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {