We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41193c commit 143d24aCopy full SHA for 143d24a
src/css/custom.css
@@ -45,7 +45,7 @@
45
}
46
.navbar__logo img {
47
height: auto; /* adjust as needed for your logo */
48
- width: auto;
+ width: 100px;
49
50
51
@@ -646,13 +646,13 @@ html[data-theme="dark"] {
646
647
@media (min-width: 768px) {
648
.navbarSearchContainer_node_modules-\@docusaurus-theme-classic-lib-theme-Navbar-Search-styles-module {
649
- margin-left: auto;
650
- margin-right: auto;
+ margin-left: auto !important;
+ margin-right: auto !important;
651
652
653
- .navbarSearchContainer_Bca1 {
654
655
+ .navbarSearchContainer_bxl4 {
656
657
658
.DocSearch-Button {
0 commit comments