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 de96152 commit f0d205bCopy full SHA for f0d205b
1 file changed
packages/docusaurus-theme-classic/src/theme/Navbar/Layout/styles.module.css
@@ -12,3 +12,12 @@
12
.navbarHidden {
13
transform: translate3d(0, calc(-100% - 2px), 0);
14
}
15
+
16
+/* Fix for Issue #7562: Keep navbar width consistent with main container */
17
+:global(.navbar) {
18
+ justify-content: center;
19
+}
20
21
+:global(.navbar__inner) {
22
+ max-width: var(--ifm-container-width-xl);
23
0 commit comments