diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | web/kpov_judge/static/style.css | 3 |
2 files changed, 3 insertions, 1 deletions
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; |