some more nav fiddling

This commit is contained in:
2025-12-29 09:29:40 -08:00
parent 8d451f8a41
commit c9ef2209b0
3 changed files with 12 additions and 6 deletions

View File

@ -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 {