Skip to content

Commit

Permalink
Adjust CSS for page rendering (not perfect yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
breimanntools committed Sep 22, 2023
1 parent 82b6bdb commit 993c55c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
14 changes: 5 additions & 9 deletions docs/build/html/_static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ a:visited {

/* ------ Layout Styles ------ */

/* Override content width */
.wy-nav-content-wrap {
max-width: 100%;
width: 100%;
padding-right: 0;
}

/* Override the content area */
.wy-nav-content {
max-width: 62%;
width: 62%;
/*max-width: 65% destroys default behavior*/
width: 100%;
padding-left: 45px;
padding-right: 45px;
}

/* ------ Table Styles ------ */
Expand All @@ -59,7 +55,7 @@ a:visited {
.rst-content table {
display: block;
overflow-x: auto;
white-space: nowrap;
* white-space: nowrap;
}

/* ------ Logo Styles ------ */
Expand Down
14 changes: 5 additions & 9 deletions docs/source/_static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,13 @@ a:visited {

/* ------ Layout Styles ------ */

/* Override content width */
.wy-nav-content-wrap {
max-width: 100%;
width: 100%;
padding-right: 0;
}

/* Override the content area */
.wy-nav-content {
max-width: 62%;
width: 62%;
/*max-width: 65% destroys default behavior*/
width: 100%;
padding-left: 45px;
padding-right: 45px;
}

/* ------ Table Styles ------ */
Expand All @@ -59,7 +55,7 @@ a:visited {
.rst-content table {
display: block;
overflow-x: auto;
white-space: nowrap;
* white-space: nowrap;
}

/* ------ Logo Styles ------ */
Expand Down

0 comments on commit 993c55c

Please sign in to comment.