Skip to content

Commit

Permalink
Merge pull request #887 from Nekidev/patch-1
Browse files Browse the repository at this point in the history
Remove Redoc body margin
  • Loading branch information
vitalik authored Nov 22, 2023
2 parents d644841 + 8d059e0 commit 66b6fd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ninja/templates/ninja/redoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<head>
<link rel="shortcut icon" href="{% static 'ninja/favicon.png' %}">
<title>{{ api.title }}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
margin: 0px;
}
</style>
</head>
<body>
<div id="redoc-ui"></div>
Expand Down

0 comments on commit 66b6fd4

Please sign in to comment.