From 83067226a9a6fcd4090bdd0f5352dce3c98f60e0 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Fri, 2 Feb 2024 17:12:51 +0100 Subject: [PATCH] test --- styles/pages/user/profile.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/pages/user/profile.css b/styles/pages/user/profile.css index 0fd22b7..0741043 100644 --- a/styles/pages/user/profile.css +++ b/styles/pages/user/profile.css @@ -1,11 +1,14 @@ .big-pfp { - border-radius: 50px; margin: 0; width: fit-content; overflow: hidden; } -.big-pfp:hover{ +.big-pfp > img { + border-radius: 5000px; +} + +.big-pfp:hover > img{ border-radius: 0; }