Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Add extra margin to last navbar item (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Sep 24, 2024
1 parent cf5df98 commit ae4b802
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 ae4b802

Please sign in to comment.