Skip to content

Commit

Permalink
docs: div docwrapper and max width none
Browse files Browse the repository at this point in the history
  • Loading branch information
jducnuigeen committed Nov 15, 2023
1 parent 693c3e3 commit e2f2a3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion db/docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ th {
.wy-nav-content {
padding: 1.618em 3.236em;
height: 100%;
max-width: 100%;
max-width: none;
margin: auto;

}

div.bodywrapper {
width: 100%;
}

body {
width: 100%;
}
Expand Down

0 comments on commit e2f2a3b

Please sign in to comment.