diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index 9e34101..03344c9 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -1,9 +1,13 @@ .big-pfp { border-radius: 50px; - width: 140px; + margin: 0; + width: fit-content; } .big-pfp:hover{ border-radius: 0; +} + +.big-pfp img { width: 150px; } \ No newline at end of file