Reduce font-size for register explanations

This commit is contained in:
yflory
2017-02-13 12:54:34 +01:00
parent f93e121763
commit 25dd103f6f
3 changed files with 8 additions and 1 deletions

View File

@@ -799,6 +799,10 @@ html.cp,
font-size: 28px;
line-height: 1.5em;
}
.cp #main #data p.register-explanation,
.cp #main_other #data p.register-explanation {
font-size: 18px;
}
.cp #main #data h1,
.cp #main_other #data h1,
.cp #main #data h2,