Left-align navigation menu

It looks really wierd when there's only a few items.
This commit is contained in:
David Cook
2023-12-06 12:48:24 +11:00
parent 3760cd93b9
commit 4de40e817f

View File

@@ -132,7 +132,6 @@ nav.menu {
// Specific rules on menu item for admin menu and sub menu
#admin-menu {
ul {
justify-content: space-between;
li a {
font-size: 16px;
}