diff --git a/styles/global.css b/styles/global.css index 6c0da22..ddcd867 100644 --- a/styles/global.css +++ b/styles/global.css @@ -26,11 +26,13 @@ a { border-radius: 50px; max-width: fit-content; max-height: fit-content; + overflow: hidden; } .pfp img { - width: 25px !important; - height: 25px !important; + width: 50px !important; + height: 50px !important; + border-radius: 50px; }