Skip to content

Commit be92d65

Browse files
authored
DOC: Reduce horizontal padding on small screens (#12465)
Maximize used horizontal space when the screen is small.
1 parent a1bb165 commit be92d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/_themes/sphinx13/static/sphinx13.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,8 @@ div.viewcode-block:target {
442442
}
443443
div.body {
444444
border-left: none;
445+
padding-left: 0.5em;
446+
padding-right: 0.5em;
445447
}
446448
}
447449

0 commit comments

Comments
 (0)