Skip to content

Commit

Permalink
Center align all elements in the navbar (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jun 4, 2022
1 parent 132f3c5 commit 25e2760
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pydata_sphinx_theme/assets/styles/sections/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
height: 100%;
}

#navbar-end {
#navbar-end,
#navbar-center,
#navbar-start {
display: flex;
align-items: center;
}
Expand Down

0 comments on commit 25e2760

Please sign in to comment.