Skip to content

Commit ab6f97d

Browse files
lamATnginxnginx-jack
authored andcommitted
Redoc: Fixed issue with margins on API pages
1 parent 9c28d1c commit ab6f97d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

assets/css/v2/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,12 +688,16 @@ nav {
688688
}
689689

690690
.api {
691-
margin: 2rem 0 2rem 2rem;
692-
width: 100%;
691+
margin: 0 0 1rem 1rem;
693692
.row {
694693
display: grid !important;
695694
}
696695

696+
.breadcrumb-layout {
697+
width: auto;
698+
margin-top: 2rem;
699+
}
700+
697701
.nginx-docs-api-container {
698702
grid-column: 1 / -1 !important;
699703
max-width: 100% !important;

0 commit comments

Comments
 (0)