Skip to content

Commit

Permalink
DOC: Reduce padding on small screens
Browse files Browse the repository at this point in the history
The motivation is to maximize used horizontal space when the screen is small.
  • Loading branch information
timhoffm committed Jun 22, 2024
1 parent a1bb165 commit 311e232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/_themes/sphinx13/static/sphinx13.css
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,8 @@ div.viewcode-block:target {
}
div.body {
border-left: none;
padding-left: 0.5em;
padding-right: 0.5em;
}
}

Expand Down

0 comments on commit 311e232

Please sign in to comment.