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 9f0650a commit 3dcdab8Copy full SHA for 3dcdab8
assets/css/v2/style.css
@@ -348,6 +348,19 @@ nav {
348
}
349
350
351
+.nginx-docs-api-container {
352
+ grid-column: 1 / -1 !important;
353
+ position: relative;
354
+ margin-left: calc(var(--overflow-gutter-extension) / -2);
355
+ width: calc(100% + var(--overflow-gutter-extension));
356
+ max-width: 100% !important;
357
+ margin-top: 2rem;
358
+}
359
+
360
+.sidenav-api {
361
+ display: none;
362
363
364
.main {
365
display: flex;
366
0 commit comments