DOC: Reduce horizontal padding on small screens (#12465)

Maximize used horizontal space when the screen is small.
This commit is contained in:
Tim Hoffmann
2024-06-23 00:04:52 +02:00
committed by GitHub
parent a1bb165685
commit be92d6545a

View File

@@ -442,6 +442,8 @@ div.viewcode-block:target {
}
div.body {
border-left: none;
padding-left: 0.5em;
padding-right: 0.5em;
}
}