Skip to content

Commit 45961b7

Browse files
authored
Merge pull request #442 from cherylpinto/feature/issue-#434
Spaced Out search and mode icon
2 parents 8510a9a + 2c94456 commit 45961b7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/css/custom.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,3 +1340,23 @@ a {
13401340
.page-enter {
13411341
animation: pageSlideIn 0.6s ease-out;
13421342
}
1343+
1344+
1345+
@media screen and (max-width: 768px) {
1346+
.navbar .navbar__items--right {
1347+
display: flex;
1348+
align-items: center;
1349+
gap: 20px;
1350+
}
1351+
1352+
.navbar .DocSearch-Button {
1353+
min-width: 36px;
1354+
margin-right: 30px;
1355+
}
1356+
1357+
.navbar .colorModeToggle {
1358+
margin-left: 4px;
1359+
flex-shrink: 0;
1360+
}
1361+
}
1362+

0 commit comments

Comments
 (0)