Skip to content

Commit

Permalink
feat: example site - center nested pages top nav
Browse files Browse the repository at this point in the history
  • Loading branch information
andis-sprinkis committed Jun 20, 2024
1 parent b49c174 commit c736373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/documents/index/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
outline: none;
}

*:focus-visible, abbr:focus {
*:focus-visible,
abbr:focus {
outline: var(--color-focus-outline) solid 0.2rem;
outline-offset: 0.3275em;
}
Expand Down Expand Up @@ -466,6 +467,7 @@ pre code {
}
}

.nav-top > ul.inline-list-sep,
.nav-bottom > ul.inline-list-sep {
justify-content: center;
}
Expand Down

0 comments on commit c736373

Please sign in to comment.