From 147be22627ce0e750cf4f6ea2a82dc8e88193872 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sat, 2 Mar 2019 13:20:24 +0100 Subject: web: increase line width and height --- .gitignore | 1 + web/kpov_judge/static/style.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ diff --git a/web/kpov_judge/static/style.css b/web/kpov_judge/static/style.css index 363fbc4..50e3b8c 100644 --- a/web/kpov_judge/static/style.css +++ b/web/kpov_judge/static/style.css @@ -4,7 +4,7 @@ a.back { body { margin: 0 auto; - max-width: 60em; + max-width: 66em; padding: 1em 2em; } @@ -37,6 +37,7 @@ h3 { p { hyphens: auto; + line-height: 125%; margin-top: 0.5em; margin-bottom: 0; padding-top: 0; -- cgit v1.2.1