From 383df2fb687e7d1aaf05c1e9cb5f130eb00d0b9f Mon Sep 17 00:00:00 2001 From: thematdev Date: Tue, 21 Sep 2021 23:09:10 +0300 Subject: [PATCH] Fix CSS for mobile --- app/static/css/pandoc.css | 2 +- app/templates/basic_template.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static/css/pandoc.css b/app/static/css/pandoc.css index 13bc9b0..49a0d5e 100644 --- a/app/static/css/pandoc.css +++ b/app/static/css/pandoc.css @@ -45,7 +45,7 @@ body { line-height: 1.7; padding: 8px; margin: auto; - width: 750px; + max-width: 750px; background: #fefefe; text-align: justify; padding-bottom: 25px; diff --git a/app/templates/basic_template.html b/app/templates/basic_template.html index c114b25..1d2cd4c 100644 --- a/app/templates/basic_template.html +++ b/app/templates/basic_template.html @@ -1,12 +1,13 @@ + + -