Skip to content

Commit

Permalink
css adjustments for tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Oct 26, 2020
1 parent 503fc65 commit b7dcb92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/css/mkdocs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
div.highlight{
/* this was introduced to fix size of documentation script */
font-size: 12px;
}

div.highlight>pre{
padding: 3px;
}
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ plugins:
- mkdocs-jupyter
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- css/mkdocs.css

0 comments on commit b7dcb92

Please sign in to comment.