diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-03-02 13:20:24 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2019-03-02 13:20:24 +0100 |
commit | 147be22627ce0e750cf4f6ea2a82dc8e88193872 (patch) | |
tree | fc52278bb9fd1439e4cb53a95db6cd1b32e32b61 | |
parent | fd5740b73510fa3b002c8235f84220aeafff88c5 (diff) |
web: increase line width and height
-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; |