Skip to content

Commit 2f464cb

Browse files
committed
Improved for small screens.
1 parent 2dcb633 commit 2f464cb

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

docs/source/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ Changelog
2929
2.0.1
3030
~~~~~~~
3131
- Fixed ``pretty-jupyter quickstart``
32-
- Improved documentation
32+
- Improved documentation
33+
34+
2.0.2
35+
~~~~~~~
36+
- Improved styles for small screens.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
year = date.today().year
1313
copyright = "2022-%s, Jan Palasek" % year
1414
author = 'Jan Palasek'
15-
version = '2.0.1'
15+
version = '2.0.2'
1616
release = version
1717

1818
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = pretty-jupyter
33
description = Exports Jupyter notebook into beautiful and dynamic HTML report.
4-
version = 2.0.1
4+
version = 2.0.2
55
license = GPLv3
66
license_file = LICENSE.md
77
platforms = any

src/pretty_jupyter/templates/pj/static/pj.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ pre code {
6464

6565
h1 {
6666
font-size: 34px;
67+
text-align: left;
6768
}
6869

6970
h1.title {

0 commit comments

Comments
 (0)