File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ require('./header.inc.phtml'); ?>
22
22
<div class="container">
23
23
<? if ($ error !== false ) { ?>
24
24
<form method="POST" action="?">
25
- <div class="row"><div class="card mx-auto justify-content-center"><div class="card-body">
26
- <h1><?= $ title?> </h1>
25
+ <div class="row"><div class="card mx-auto justify-content-center">
26
+ <h3 class="card-header text-center"><?= $ title?> </h3>
27
+ <div class="card-body">
27
28
<? if (!empty ($ message )) { ?>
28
29
<div class="alert alert-danger">
29
30
<p class="mb-0"><?= $ message?> </p>
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ require('./header.inc.phtml'); ?>
37
37
<div class="container">
38
38
<script async defer="defer" src="https://www.google.com/recaptcha/api.js"><![CDATA[]]></script>
39
39
<div class="card mx-auto mb-3" style="width:22rem;">
40
- <h4 class="card-header text-center<?= ($ register_disabled ? ' text-danger ' : '' )?> "><?= $ title?> </h4 >
40
+ <h3 class="card-header text-center<?= ($ register_disabled ? ' text-danger ' : '' )?> "><?= $ title?> </h3 >
41
41
<div class="card-body">
42
42
<p><?= $ description?> </p>
43
43
<p>Be sure to review our <a href="/privacy">privacy notice</a>.</p>
You can’t perform that action at this time.
0 commit comments