better codeblocks on mobile

This commit is contained in:
2016-02-19 02:59:05 -05:00
parent f8af499700
commit f63106005b
+3
View File
@@ -19,6 +19,9 @@
@media screen and (max-width: 1008px) {
div.sphinxsidebar {display: none;}
div.document {width: 100%!important;}
/* Have code blocks escape the document right-margin. */
div.highlight pre {margin-right: -30px;}
}
</style>