Skip to content

Commit 143d24a

Browse files
authored
Fix search bar and logo (#384)
1 parent a41193c commit 143d24a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/css/custom.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
.navbar__logo img {
4747
height: auto; /* adjust as needed for your logo */
48-
width: auto;
48+
width: 100px;
4949
}
5050
}
5151

@@ -646,13 +646,13 @@ html[data-theme="dark"] {
646646

647647
@media (min-width: 768px) {
648648
.navbarSearchContainer_node_modules-\@docusaurus-theme-classic-lib-theme-Navbar-Search-styles-module {
649-
margin-left: auto;
650-
margin-right: auto;
649+
margin-left: auto !important;
650+
margin-right: auto !important;
651651
}
652652

653-
.navbarSearchContainer_Bca1 {
654-
margin-left: auto;
655-
margin-right: auto;
653+
.navbarSearchContainer_bxl4 {
654+
margin-left: auto !important;
655+
margin-right: auto !important;
656656
}
657657

658658
.DocSearch-Button {

0 commit comments

Comments
 (0)