Skip to content

Commit

Permalink
Fix list marker showing on nav
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Oct 19, 2024
1 parent de1c653 commit a9be1b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

.menu-items {
display: flex;
list-style: none;
gap: 1rem;

li {
margin: 0;
list-style: none;
}

.menu-only {
Expand Down
2 changes: 1 addition & 1 deletion input/global/styles/components/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

.menu-items {
display: flex;
list-style: none;
gap: 1rem;

li {
margin: 0;
list-style: none;
}

.menu-only {
Expand Down

0 comments on commit a9be1b1

Please sign in to comment.