Reduce font-size for register explanations

pull/1/head
yflory 8 years ago
parent f93e121763
commit 25dd103f6f

@ -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,

@ -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;

@ -55,7 +55,7 @@
<div id="main-container">
<div id="data" class="hidden">
<h1 data-localization="register_header"></h1><br />
<p class="left" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
<p class="left register-explanation" data-localization="register_explanation"><!-- Zero Knowledge collaborative realtime editor. Protected from the NSA. --></p>
</div>
<div id="userForm" class="form-group hidden">

Loading…
Cancel
Save