Skip to content

Commit b933c27

Browse files
committed
Tweak spacing in navbar
1 parent ad68300 commit b933c27

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/css/custom.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ p {
222222
}
223223

224224
.navbar div[class*='colorModeToggle'] {
225-
margin: 0 0.5em;
225+
margin: 0 0.5rem;
226226
}
227227

228228
.navbar .DocSearch-Button {
@@ -234,6 +234,10 @@ p {
234234
height: 16px;
235235
}
236236

237+
.navbar__logo {
238+
margin-right: .75rem;
239+
}
240+
237241
@media (min-width: 997px) {
238242
.navbar__brand {
239243
width: calc(

0 commit comments

Comments
 (0)