Even more nav styling
This commit is contained in:
parent
7724a1d496
commit
a6baf9dca5
@ -25,19 +25,26 @@ a {
|
|||||||
.pfp {
|
.pfp {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
max-width: fit-content;
|
max-width: fit-content;
|
||||||
|
max-height: fit-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li {
|
nav ul li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul li a {
|
nav ul li a {
|
||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user