From d9f957f4c96e66e6f0f382084d8ca81edc45244e Mon Sep 17 00:00:00 2001 From: Vahid Zehtab <33608325+vahidzee@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:16:40 -0400 Subject: [PATCH] v0.1.20: update padding around app body to dynamic --- webifier/__version__.py | 2 +- webifier/jekyll/assets/css/main.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/webifier/__version__.py b/webifier/__version__.py index e219678..58a8637 100644 --- a/webifier/__version__.py +++ b/webifier/__version__.py @@ -1 +1 @@ -__version__ = 'v0.1.19' +__version__ = 'v0.1.20' diff --git a/webifier/jekyll/assets/css/main.css b/webifier/jekyll/assets/css/main.css index bf80105..169c5aa 100644 --- a/webifier/jekyll/assets/css/main.css +++ b/webifier/jekyll/assets/css/main.css @@ -49,11 +49,14 @@ footer { @media only screen and (max-width: 1400px) { .app-content { max-width:95%; + padding: 1vh 0; } } @media only screen and (max-width: 1200px) { .app-content { max-width:100%; + padding: 0; + } }