Skip to content

Commit

Permalink
docs: update body width
Browse files Browse the repository at this point in the history
  • Loading branch information
jducnuigeen committed Nov 15, 2023
1 parent 007a492 commit 5df711b
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: 2000px !important;
max-width: 100%;
margin: auto;

}

div.body {
width: 100%;
}

/* override table width restrictions */
@media screen and (min-width: 800px) {

Expand Down

0 comments on commit 5df711b

Please sign in to comment.