mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
DOC: Reduce horizontal padding on small screens (#12465)
Maximize used horizontal space when the screen is small.
This commit is contained in:
2
doc/_themes/sphinx13/static/sphinx13.css
vendored
2
doc/_themes/sphinx13/static/sphinx13.css
vendored
@@ -442,6 +442,8 @@ div.viewcode-block:target {
|
||||
}
|
||||
div.body {
|
||||
border-left: none;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user