more nav styling

This commit is contained in:
Richard Mikloš 2024-01-25 13:25:26 +01:00
parent 50ff347ac9
commit 44c1f13121

@ -25,6 +25,7 @@ a {
.pfp {
border-radius: 50px;
overflow: hidden;
max-height: fit-content !important;
}
.pfp img {
@ -47,6 +48,10 @@ nav ul li {
padding: 0;
width: 95px !important;
height: 50px !important;
margin: auto;
text-align: center;
justify-content: center;
align-items: center;
}
nav ul li a {