diff --git a/styles/global.css b/styles/global.css index ddcd867..edf4fac 100644 --- a/styles/global.css +++ b/styles/global.css @@ -24,8 +24,6 @@ a { .pfp { border-radius: 50px; - max-width: fit-content; - max-height: fit-content; overflow: hidden; } @@ -47,6 +45,8 @@ nav ul li { color: aliceblue; margin: 0; padding: 0; + max-width: fit-content; + max-height: fit-content; } nav ul li a {