Skip to content

Commit

Permalink
Center text
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseacheung committed Jan 27, 2017
1 parent 1b4005a commit affc257
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ img {
font-weight: bold;
}

.wy-body-for-nav {
background-image: none;
}

.wy-grid-for-nav {
position: relative;
max-width: 1274px;
margin: 0 auto;
}

.wy-nav-content-wrap {
background-color: #fafafa;
margin-left: 250px;
Expand Down Expand Up @@ -73,7 +83,7 @@ img {
.wy-nav-content {
background-color: #ffffff;
margin: unset;
max-width: 1024px;
max-width: 100%;
}

.wy-breadcrumbs li.wy-breadcrumbs-aside {
Expand Down Expand Up @@ -116,6 +126,12 @@ footer .commit {
border-left: 1px solid #e1e4e5 !important;
}

@media screen and (min-width:769px) {
.wy-nav-side {
left: unset;
}
}

@media screen and (max-width: 768px) {
.wy-nav-side.shift {
width: 50%;
Expand Down

0 comments on commit affc257

Please sign in to comment.