From cbd19a49f3e70098f0d6afe04c904dd6205c2705 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 2 Feb 2024 17:10:31 +0100 Subject: [PATCH] tsdf --- styles/pages/user/profile.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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