more styling

This commit is contained in:
Richard Mikloš 2024-01-25 13:21:00 +01:00
parent 258d3f5805
commit 485643c682

@ -24,8 +24,6 @@ a {
.pfp { .pfp {
border-radius: 50px; border-radius: 50px;
max-width: fit-content;
max-height: fit-content;
overflow: hidden; overflow: hidden;
} }
@ -47,6 +45,8 @@ nav ul li {
color: aliceblue; color: aliceblue;
margin: 0; margin: 0;
padding: 0; padding: 0;
max-width: fit-content;
max-height: fit-content;
} }
nav ul li a { nav ul li a {