diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index a1ca02c..e5f0e7a 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -1,6 +1,7 @@ .big-pfp { margin: 0; - width: fit-content; + width: 150px; + height: 150px; overflow: hidden; transition-duration: 0.3s; } @@ -11,7 +12,8 @@ } .big-pfp img { - width: 150px; - border-radius: 5000px; + width: inherit; + height: inherit; + border-radius: 100%; transition-duration: 0.3s; } \ No newline at end of file