From 5bf66942a674d87abebbc0d95d416063b588ace3 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 2 Feb 2024 17:36:52 +0100 Subject: [PATCH] asdf --- styles/pages/user/profile.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index b823837..a1ca02c 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -2,10 +2,6 @@ margin: 0; width: fit-content; overflow: hidden; -} - -.big-pfp > img { - border-radius: 5000px; transition-duration: 0.3s; } @@ -16,4 +12,6 @@ .big-pfp img { width: 150px; + border-radius: 5000px; + transition-duration: 0.3s; } \ No newline at end of file