Skip to content

Commit

Permalink
fix width (ansible#61619)
Browse files Browse the repository at this point in the history
  • Loading branch information
samccann authored and adharshsrivatsr committed Sep 3, 2019
1 parent 7d94253 commit 295bbee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docsite/_static/ansible.css
Expand Up @@ -171,6 +171,10 @@ table.documentation-table .value-required {
padding: 0.4045em 1.618em;
}

/* Override sphinx rtd theme max-with of 800px */
.wy-nav-content {
max-width: 100%;
}

.DocSiteBanner {
display: flex;
Expand Down Expand Up @@ -345,7 +349,6 @@ table {
background-color: #000;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
width: 1100px;
}


Expand Down Expand Up @@ -427,7 +430,6 @@ table {
background-color: #000;
text-decoration: none;
font-family: 'Open Sans', sans-serif;
width: 1100px;
}


Expand All @@ -451,7 +453,6 @@ table {

.ansibleNav{
height: 45px;
width: 1100px;
font-size: 13px;
padding: 0px 60px 0px 0px;
}
Expand Down

0 comments on commit 295bbee

Please sign in to comment.