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 1e7d0fa commit 3a3fe73Copy full SHA for 3a3fe73
assets/css/v2/style.css
@@ -360,9 +360,9 @@ ol li:last-child {
360
@media (max-width: 68rem) {
361
grid-template-columns: 1fr;
362
grid-template-areas:
363
- "sidebar header"
364
- "sidebar content"
365
- "sidebar footer";
+ "header"
+ "content"
+ "footer";
366
367
.text-content {
368
margin-top: 1rem;
@@ -906,6 +906,7 @@ nav {
906
position: relative;
907
display: block;
908
max-width: 100%;
909
+ margin-top: 1rem;
910
}
911
912
layouts/redoc/single.html
@@ -1,6 +1,7 @@
1
{{ define "main" }}
2
3
<main class="content content__redocly">
4
+ <div class="breadcrumb-layout">{{ partial "breadcrumb" . }}</div>
5
<div id="api-component">{{ .Content}}</div>
6
</main>
7
0 commit comments