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

@@ -339,6 +339,9 @@ body.html {
padding: 0;
font-size: 28px;
line-height: 1.5em;
&.register-explanation {
font-size: 18px;
}
}
h1, h2 {
font-weight: normal;