Skip to content

Commit

Permalink
Improved for small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Sep 7, 2022
1 parent 2dcb633 commit 2f464cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ Changelog
2.0.1
~~~~~~~
- Fixed ``pretty-jupyter quickstart``
- Improved documentation
- Improved documentation

2.0.2
~~~~~~~
- Improved styles for small screens.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
year = date.today().year
copyright = "2022-%s, Jan Palasek" % year
author = 'Jan Palasek'
version = '2.0.1'
version = '2.0.2'
release = version

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = pretty-jupyter
description = Exports Jupyter notebook into beautiful and dynamic HTML report.
version = 2.0.1
version = 2.0.2
license = GPLv3
license_file = LICENSE.md
platforms = any
Expand Down
1 change: 1 addition & 0 deletions src/pretty_jupyter/templates/pj/static/pj.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ pre code {

h1 {
font-size: 34px;
text-align: left;
}

h1.title {
Expand Down

0 comments on commit 2f464cb

Please sign in to comment.