Skip to content

Commit

Permalink
Use full width for iframe tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sindrehan committed Sep 25, 2023
1 parent c34a0be commit ef54904
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,20 @@
hide:
- toc
---
<style>
@media only screen and (min-width: 76.25em) {
.md-main__inner {
max-width: none;
}
.md-sidebar--primary {
left: 0;
}
.md-sidebar--secondary {
right: 0;
margin-left: 0;
-webkit-transform: none;
transform: none;
}
}
</style>
<swagger-ui src="http-api.yml"/>

0 comments on commit ef54904

Please sign in to comment.