some more nav fiddling
This commit is contained in:
@ -102,13 +102,13 @@ a:focus-visible {
|
||||
}
|
||||
|
||||
p,
|
||||
ul {
|
||||
main ul {
|
||||
padding: .5rem;
|
||||
background-color: var(--color-alt);
|
||||
border-radius: 0 0 1rem 1rem;
|
||||
}
|
||||
|
||||
li {
|
||||
main li {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
|
||||
@ -19,11 +19,15 @@ nav a {
|
||||
}
|
||||
}
|
||||
|
||||
nav div {
|
||||
nav ul {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
nav li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* this specifically handles the home button
|
||||
we want it taking up flex container space */
|
||||
nav > #current-page {
|
||||
|
||||
Reference in New Issue
Block a user