Skip to content

Commit

Permalink
Add extra margin to last navbar item
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 24, 2024
1 parent cf5df98 commit c65689f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
--ifm-color-primary-lightest: #8cd47d;
}

.toggle_node_modules-\@docusaurus-theme-classic-lib-theme-ColorModeToggle-styles-module {
margin-left: 4px;
/* Adds extra margin between last navbar item and the dark mode toggle. */
.navbar__items--right .navbar__item:last-of-type {
margin-right: 4px;
}

.header-link-custom:before {
Expand Down

0 comments on commit c65689f

Please sign in to comment.