more nav styling
This commit is contained in:
parent
50ff347ac9
commit
44c1f13121
@ -25,6 +25,7 @@ a {
|
|||||||
.pfp {
|
.pfp {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
max-height: fit-content !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pfp img {
|
.pfp img {
|
||||||
@ -47,6 +48,10 @@ nav ul li {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
width: 95px !important;
|
width: 95px !important;
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
|
Loading…
Reference in New Issue
Block a user