Add extra margin to last navbar item (#18)

This commit is contained in:
Evan Simkowitz
2024-09-24 13:43:40 -07:00
committed by GitHub
parent cf5df98d10
commit ae4b802209
+3 -2
View File
@@ -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 {