From 2f464cb56199a048784fbb646a70af79ab81d0d2 Mon Sep 17 00:00:00 2001 From: JanPalasek Date: Wed, 7 Sep 2022 20:00:16 +0200 Subject: [PATCH] Improved for small screens. --- docs/source/changelog.rst | 6 +++++- docs/source/conf.py | 2 +- setup.cfg | 2 +- src/pretty_jupyter/templates/pj/static/pj.css | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index d775226..abccea3 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -29,4 +29,8 @@ Changelog 2.0.1 ~~~~~~~ - Fixed ``pretty-jupyter quickstart`` -- Improved documentation \ No newline at end of file +- Improved documentation + +2.0.2 +~~~~~~~ +- Improved styles for small screens. \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 43a252b..c0e5d7a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 7963170..2e32db9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/src/pretty_jupyter/templates/pj/static/pj.css b/src/pretty_jupyter/templates/pj/static/pj.css index c16f8a4..243300f 100644 --- a/src/pretty_jupyter/templates/pj/static/pj.css +++ b/src/pretty_jupyter/templates/pj/static/pj.css @@ -64,6 +64,7 @@ pre code { h1 { font-size: 34px; + text-align: left; } h1.title {