From 401de4480a2d036a5a6e79d6dfdc2c0f6199e7f0 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Thu, 6 Oct 2022 14:38:08 +0200 Subject: [PATCH] fix docker file for local run and update padding one last time for smaller phones --- Dockerfile | 2 +- static/css/main.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7117bfb..b1b5352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN pip3 install -r requirements.txt COPY . . -CMD ["gunicorn", "app:app"] +CMD ["gunicorn" , "-b", "0.0.0.0:8000", "app:app"] diff --git a/static/css/main.css b/static/css/main.css index 6461842..ecf41e2 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -117,7 +117,10 @@ h5 { line-height: 16px; color: inherit; margin: 0 0 12px; - padding: 14px; + padding-top: 14px; + padding-bottom: 14px; + padding-left: 20px; + padding-right: 20px; } .dash-unit bold {