summaryrefslogtreecommitdiff
path: root/kpov_judge/web/kpov_judge/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/web/kpov_judge/static/style.css')
-rw-r--r--kpov_judge/web/kpov_judge/static/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/kpov_judge/web/kpov_judge/static/style.css b/kpov_judge/web/kpov_judge/static/style.css
index 4511302..363fbc4 100644
--- a/kpov_judge/web/kpov_judge/static/style.css
+++ b/kpov_judge/web/kpov_judge/static/style.css
@@ -25,9 +25,15 @@ dd {
margin-left: 1em;
}
-h1 {
+h1, h2, h3 {
margin-bottom: 0.5em;
}
+h2 {
+ font-size: 110%;
+}
+h3 {
+ font-size: 105%;
+}
p {
hyphens: auto;