Skip to content

Commit

Permalink
Fix alignment of separator in header breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Nov 18, 2024
1 parent e09da79 commit 4281be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ body > nav {
list-style: none;

li {
display: inline;
display: inline-flex;
}

li:not(:last-child)::after {
Expand Down

0 comments on commit 4281be8

Please sign in to comment.