Skip to content

Commit

Permalink
Set max width to 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
datadavev committed Apr 29, 2017
1 parent 0cc82fe commit 20333c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_static/customize.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
Make max width wider on wide displays
*/
@import url("theme.css")

.wy-nav-content {
max-width: 90% !important;
}

0 comments on commit 20333c2

Please sign in to comment.