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