Skip to content

Commit

Permalink
custom css - column's width
Browse files Browse the repository at this point in the history
  • Loading branch information
smalloranges committed Nov 8, 2018
1 parent 734f90a commit 72682a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {

.wy-nav-content {
padding: 0.5em 0 1.618em 0;
max-width: 100%;
}

/* right - content */
Expand All @@ -123,7 +124,7 @@ h1 {
background: #2c2c2c;
color: #fff;
padding: 0.8em 1em;
margin: 0 -1em 1rem -1rem;
margin: 0 -1.618em 1rem -1.618rem;
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
Expand All @@ -137,6 +138,10 @@ h1 {
margin-left: 0;
}

#search-results {
padding: 1em 1.618em;
}

/* right - footer */

footer {
Expand Down

0 comments on commit 72682a8

Please sign in to comment.