Skip to content

Commit

Permalink
Merge pull request #479 from azavea/rde/fix/docs-responsive-css
Browse files Browse the repository at this point in the history
Fix docs on mobile - set padding to 0 for mobile devices
  • Loading branch information
lossyrob committed Oct 10, 2018
2 parents 96f7690 + 4a742d6 commit 0fce832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_static/rastervision.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ div.body {
padding: 0px 75px;
}

@media only screen and (max-width: 767px) {
div.body {
min-height: 0px;
padding: 0px;
}
}

div.admonition, div.topic {
padding: 15px;
font-size: 14px;
Expand Down

0 comments on commit 0fce832

Please sign in to comment.