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